Merge pull request #9160 from aabadie/pr/boards/f4vi1_uart_conf_fix

boards/f4vi1: fix potential build issue in uart conf
This commit is contained in:
Vincent Dupont 2018-05-22 10:56:11 +02:00 committed by GitHub
commit 3d2d3be267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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