mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
stm32f7:Serial Fix breakage from #6779
This commit is contained in:
committed by
Petro Karashchenko
parent
4dbf4555eb
commit
4ee917c14c
@@ -3639,10 +3639,10 @@ void arm_serialinit(void)
|
||||
|
||||
#if !defined(SERIAL_HAVE_ONLY_DMA)
|
||||
# if defined(SERIAL_HAVE_RXDMA)
|
||||
UNUSED(&g_uart_rxdma_ops);
|
||||
UNUSED(g_uart_rxdma_ops);
|
||||
# endif
|
||||
# if defined(SERIAL_HAVE_TXDMA)
|
||||
UNUSED(&g_uart_txdma_ops);
|
||||
UNUSED(g_uart_txdma_ops);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user