mirror of
https://github.com/apache/nuttx.git
synced 2026-08-07 21:47:17 +00:00
arch/arm/src/stm32f7/stm32_serial.c: Fix a new warning found in build testing.
This commit is contained in:
parent
2437e68d88
commit
cb288fdfe2
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@
|
|||
# define UART8_TXBUFSIZE_ALGN TXDMA_BUF_ALIGN
|
||||
#endif
|
||||
|
||||
#if SERIAL_HAVE_TXDMA
|
||||
#ifdef SERIAL_HAVE_TXDMA
|
||||
/* DMA priority */
|
||||
|
||||
# ifndef CONFIG_USART_TXDMAPRIO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue