mirror of
https://github.com/apache/nuttx.git
synced 2026-09-23 16:22:23 +08:00
arch/arm/src/kinetis/kinetis_serial.c: Correct build test failure.
Correct error: 'TTS0_DEV' undeclared
This commit is contained in:
committed by
Abdelatif Guettouche
parent
85caee63b4
commit
fdf673c5c7
@@ -136,7 +136,7 @@
|
||||
# endif
|
||||
#elif defined(CONFIG_UART5_SERIAL_CONSOLE)
|
||||
# define CONSOLE_DEV g_uart5port /* UART5 is console */
|
||||
# define TTYS5_DEV g_uart5port /* UART5 is ttyS0 */
|
||||
# define TTYS0_DEV g_uart5port /* UART5 is ttyS0 */
|
||||
# define UART5_ASSIGNED 1
|
||||
# if defined(CONFIG_KINETIS_UART5_RXDMA)
|
||||
# define SERIAL_HAVE_CONSOLE_DMA 1
|
||||
|
||||
Reference in New Issue
Block a user