From ec06de8d2201fb181fd8e057cae3e3d236ff7a8f Mon Sep 17 00:00:00 2001 From: Alexandre Abadie Date: Tue, 22 May 2018 10:42:43 +0200 Subject: [PATCH] boards/f4vi1: fix potential build issue in uart conf --- boards/f4vi1/include/periph_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/f4vi1/include/periph_conf.h b/boards/f4vi1/include/periph_conf.h index 1722444c1d..01fc35725c 100644 --- a/boards/f4vi1/include/periph_conf.h +++ b/boards/f4vi1/include/periph_conf.h @@ -98,7 +98,7 @@ static const uart_conf_t uart_config[] = { .rx_af = GPIO_AF8, .tx_af = GPIO_AF8, .bus = APB2, - .irqn = USART6_IRQn + .irqn = USART6_IRQn, #ifdef UART_USE_DMA .dma_stream = 14, .dma_chan = 5