Skip to content

Commit 9b59a3b

Browse files
authored
Merge pull request #8429 from OpenNuvoton/nuvoton_m2351_fix_led
M2351: Fix LED_GREEN naming error
2 parents 8faf40e + 67e0b7f commit 9b59a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ typedef enum {
165165
LED2 = PA_11,
166166
LED3 = PA_10, // No real LED. Just for passing ATS.
167167
LED4 = PA_11, // No real LED. Just for passing ATS.
168-
LED_GREEN = LED2,
168+
LED_GREEN = LED1,
169169

170170
// Button naming
171171
SW2 = PB_0,

0 commit comments

Comments
 (0)