arch/mips/src/pic32mz/pic32mz-serial.c: Fix a typo in assignment of TTYS0 to UART6

This commit is contained in:
Ouss4 2018-10-15 09:45:33 -06:00 committed by Gregory Nutt
parent 6e18a32b3f
commit f7e4f614ef
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@
# define UART5_ASSIGNED 1
#elif defined(CONFIG_UART6_SERIAL_CONSOLE)
# define CONSOLE_DEV g_uart6port /* UART6 is console */
# define TTYS5_DEV g_uart6port /* UART6 is ttyS0 */
# define TTYS0_DEV g_uart6port /* UART6 is ttyS0 */
# define UART6_ASSIGNED 1
#else
# undef CONSOLE_DEV /* No console */