From ad248ca8aca89895b5a83b022b5b3973d291d88f Mon Sep 17 00:00:00 2001 From: ccli8 Date: Wed, 5 Sep 2018 11:52:40 +0800 Subject: [PATCH] Fix STDIO_UART error --- targets/TARGET_NUVOTON/TARGET_M2351/PeripheralNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M2351/PeripheralNames.h b/targets/TARGET_NUVOTON/TARGET_M2351/PeripheralNames.h index d5ce69b3d4..e56c403a12 100644 --- a/targets/TARGET_NUVOTON/TARGET_M2351/PeripheralNames.h +++ b/targets/TARGET_NUVOTON/TARGET_M2351/PeripheralNames.h @@ -163,7 +163,7 @@ typedef enum { #endif // NOTE: board-specific - STDIO_UART = UART_3 + STDIO_UART = UART_0 } UARTName;