From 67e0b7faf0871975a92a48ec2227ade8eb3217e2 Mon Sep 17 00:00:00 2001 From: ccli8 Date: Mon, 15 Oct 2018 16:34:18 +0800 Subject: [PATCH] [M2351] Fix LED_GREEN naming error --- targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h b/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h index 03185b688e..cb88ad3a94 100644 --- a/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h +++ b/targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h @@ -165,7 +165,7 @@ typedef enum { LED2 = PA_11, LED3 = PA_10, // No real LED. Just for passing ATS. LED4 = PA_11, // No real LED. Just for passing ATS. - LED_GREEN = LED2, + LED_GREEN = LED1, // Button naming SW2 = PB_0,