version_2.0

Dependents:   cc3000_ping_demo_try_2

Fork of mbed by mbed official

Revision:
85:024bf7f99721
Parent:
84:0b3ab51c8877
--- a/TARGET_LPC11U68/TARGET_NXP/TARGET_LPC11U6X/PinNames.h	Mon May 19 18:14:09 2014 +0100
+++ b/TARGET_LPC11U68/TARGET_NXP/TARGET_LPC11U6X/PinNames.h	Wed Jun 11 15:14:05 2014 +0100
@@ -121,10 +121,10 @@
     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,