mirror of
https://github.com/apache/nuttx.git
synced 2026-09-11 13:16:33 +00:00
arch/mips/src/pic32mz/pic32mz-serial.c: Fix a typo in assignment of TTYS0 to UART6
This commit is contained in:
parent
6e18a32b3f
commit
f7e4f614ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue