mirror of
https://github.com/apache/nuttx.git
synced 2026-06-01 07:45:16 +08:00
Merged in david_s5/nuttx-5/David-Sidrane/archarmsrcstm32f7stm32_serialc-fix-typo-1575381167793 (pull request #1087)
arch/arm/src/stm32f7/stm32_serial.c: Fix typo in UART7 Approved-by: Gregory Nutt <gnutt@nuttx.org>
This commit is contained in:
committed by
Gregory Nutt
parent
92a3a8e026
commit
1c05846f92
@@ -1241,7 +1241,7 @@ static struct up_dev_s g_uart7priv =
|
||||
.iflow = true,
|
||||
.rts_gpio = GPIO_UART7_RTS,
|
||||
#endif
|
||||
#ifdef CONFIG_UART7_RXDMA
|
||||
#ifdef CONFIG_UART7_TXDMA
|
||||
.txdma_channel = DMAMAP_UART7_TX,
|
||||
#endif
|
||||
#ifdef CONFIG_UART7_RXDMA
|
||||
|
||||
Reference in New Issue
Block a user