1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/f4vi1: fix potential build issue in uart conf

This commit is contained in:
Alexandre Abadie 2018-05-22 10:42:43 +02:00
parent 912ef3220b
commit ec06de8d22

View File

@ -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