Merge pull request #7989 from OpenNuvoton/nuvoton_fix_m2351_stdiouart

M2351: Fix STDIO_UART error
pull/8229/head
Martin Kojtal 2018-09-24 09:06:52 +02:00 committed by GitHub
commit 9d78650fcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ typedef enum {
#endif #endif
// NOTE: board-specific // NOTE: board-specific
STDIO_UART = UART_3 STDIO_UART = UART_0
} UARTName; } UARTName;