Merge pull request #5141 from NXPmicro/Fix_LPC54608_LEDMap

LPC54608: Swap LED pin connections to match naming on the board
pull/5008/merge
Jimmy Brisson 2017-09-29 10:12:04 -05:00 committed by GitHub
commit 3b224252ef
1 changed files with 2 additions and 2 deletions

View File

@ -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