[LPC1347] Change LED pin names

pull/17/head
samuel.mokrani@arm.com 2013-07-17 15:27:03 +03:00 committed by Bogdan Marinescu
parent 7d5e9dac70
commit f2ea747280
1 changed files with 4 additions and 4 deletions

View File

@ -118,10 +118,10 @@ typedef enum {
// Not connected
NC = (int)0xFFFFFFFF,
LED1 = NC,
LED2 = NC,
LED3 = NC,
LED4 = NC
LED1 = p21,
LED2 = p21,
LED3 = p21,
LED4 = p21
} PinName;
typedef enum {