Skip to content

Commit 3b22425

Browse files
Merge pull request #5141 from NXPmicro/Fix_LPC54608_LEDMap
LPC54608: Swap LED pin connections to match naming on the board
2 parents 74e5927 + 82a37b0 commit 3b22425

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC54608/TARGET_LPCXpresso

1 file changed

+2
-2
lines changed

targets/TARGET_NXP/TARGET_MCUXpresso_MCUS/TARGET_LPC54608/TARGET_LPCXpresso/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,9 +183,9 @@ typedef enum {
183183
LED_RED = P2_2,
184184

185185
// mbed original LED naming
186-
LED1 = LED_RED,
186+
LED1 = P3_14,
187187
LED2 = P3_3,
188-
LED3 = P3_14,
188+
LED3 = LED_RED,
189189
LED4 = LED_RED,
190190

191191
//Push buttons

0 commit comments

Comments
 (0)