mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7989 from OpenNuvoton/nuvoton_fix_m2351_stdiouart
M2351: Fix STDIO_UART errorpull/8229/head
commit
9d78650fcc
|
@ -163,7 +163,7 @@ typedef enum {
|
|||
#endif
|
||||
|
||||
// NOTE: board-specific
|
||||
STDIO_UART = UART_3
|
||||
STDIO_UART = UART_0
|
||||
|
||||
} UARTName;
|
||||
|
||||
|
|
Loading…
Reference in New Issue