Merge pull request #317 from neilt6/master

[LPC11U6X] PinName LED mapping to RGB
pull/321/head
Martin Kojtal 2014-05-21 15:11:46 +01:00
commit 5831f87601
1 changed files with 3 additions and 3 deletions

View File

@ -121,10 +121,10 @@ typedef enum {
LED_BLUE = P2_18,
// mbed original LED naming
LED1 = LED_BLUE,
LED1 = LED_RED,
LED2 = LED_GREEN,
LED3 = LED_RED,
LED4 = LED_RED,
LED3 = LED_BLUE,
LED4 = LED_BLUE,
// Serial to USB pins
USBTX = P0_19,