mirror of https://github.com/ARMmbed/mbed-os.git
also add USBTX=USBRX=NC definitions for LPC13XX
parent
69cd573545
commit
fa2e957179
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue