Fix STDIO UART

pull/7631/head
ccli8 2018-02-14 11:31:25 +08:00 committed by Cruz Monrreal II
parent f5029ff739
commit dbaf7ea0dd
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ typedef enum {
UART_5 = (int) NU_MODNAME(UART5_BASE, 5, 0), UART_5 = (int) NU_MODNAME(UART5_BASE, 5, 0),
#endif #endif
// NOTE: board-specific // NOTE: board-specific
STDIO_UART = UART_3 STDIO_UART = UART_0
} UARTName; } UARTName;
typedef enum { typedef enum {