mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5141 from NXPmicro/Fix_LPC54608_LEDMap
LPC54608: Swap LED pin connections to match naming on the boardpull/5008/merge
commit
3b224252ef
|
@ -183,9 +183,9 @@ typedef enum {
|
|||
LED_RED = P2_2,
|
||||
|
||||
// mbed original LED naming
|
||||
LED1 = LED_RED,
|
||||
LED1 = P3_14,
|
||||
LED2 = P3_3,
|
||||
LED3 = P3_14,
|
||||
LED3 = LED_RED,
|
||||
LED4 = LED_RED,
|
||||
|
||||
//Push buttons
|
||||
|
|
Loading…
Reference in New Issue