arch/arm/src/kinetis/kinetis_serial.c: Correct build test failure.

Correct error:  'TTS0_DEV' undeclared
This commit is contained in:
Gregory Nutt
2020-02-19 10:31:04 +01:00
committed by Abdelatif Guettouche
parent 85caee63b4
commit fdf673c5c7
+1 -1
View File
@@ -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