Skip to content
Snippets Groups Projects
Unverified Commit 3d2d3be2 authored by Vincent Dupont's avatar Vincent Dupont Committed by GitHub
Browse files

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

boards/f4vi1: fix potential build issue in uart conf
parents 912ef322 ec06de8d
No related branches found
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ static const uart_conf_t uart_config[] = { ...@@ -98,7 +98,7 @@ static const uart_conf_t uart_config[] = {
.rx_af = GPIO_AF8, .rx_af = GPIO_AF8,
.tx_af = GPIO_AF8, .tx_af = GPIO_AF8,
.bus = APB2, .bus = APB2,
.irqn = USART6_IRQn .irqn = USART6_IRQn,
#ifdef UART_USE_DMA #ifdef UART_USE_DMA
.dma_stream = 14, .dma_stream = 14,
.dma_chan = 5 .dma_chan = 5
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment