Skip to content

Commit 67e0b7f

Browse files
committed
[M2351] Fix LED_GREEN naming error
1 parent 8bf51be commit 67e0b7f

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)