Skip to content

Commit 9d78650

Browse files
authored
Merge pull request #7989 from OpenNuvoton/nuvoton_fix_m2351_stdiouart
M2351: Fix STDIO_UART error
2 parents 2e049ce + 2da75c8 commit 9d78650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/PeripheralNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ typedef enum {
163163
#endif
164164

165165
// NOTE: board-specific
166-
STDIO_UART = UART_3
166+
STDIO_UART = UART_0
167167

168168
} UARTName;
169169

0 commit comments

Comments
 (0)