mirror of https://github.com/ARMmbed/mbed-os.git
LPC54608: Swap LED pin connections to match naming on the board
Signed-off-by: Mahadevan Mahesh <Mahesh.Mahadevan@nxp.com>pull/5141/head
parent
003dd7c47f
commit
82a37b0eb1
|
@ -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