also add USBTX=USBRX=NC definitions for LPC13XX

pull/695/head
James Crosby 2014-11-13 14:13:42 +00:00
parent 69cd573545
commit fa2e957179
1 changed files with 6 additions and 1 deletions

View File

@ -121,7 +121,12 @@ typedef enum {
LED1 = p21,
LED2 = p21,
LED3 = p21,
LED4 = p21
LED4 = p21,
// Standard but not supported pins
USBTX = NC,
USBRX = NC,
} PinName;
typedef enum {