From f7e4f614ef6772edae3221063fbb945a4f2010c0 Mon Sep 17 00:00:00 2001 From: Ouss4 Date: Mon, 15 Oct 2018 09:45:33 -0600 Subject: [PATCH] arch/mips/src/pic32mz/pic32mz-serial.c: Fix a typo in assignment of TTYS0 to UART6 --- arch/mips/src/pic32mz/pic32mz-serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/mips/src/pic32mz/pic32mz-serial.c b/arch/mips/src/pic32mz/pic32mz-serial.c index b4d6e8e791..e930232bea 100644 --- a/arch/mips/src/pic32mz/pic32mz-serial.c +++ b/arch/mips/src/pic32mz/pic32mz-serial.c @@ -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 */