mirror of https://github.com/ARMmbed/mbed-os.git
Fixed PinNames.h for the BLE Nano board.
parent
b97938d3ad
commit
a84b2c75a6
|
@ -100,6 +100,9 @@ typedef enum {
|
||||||
|
|
||||||
LED = p19,
|
LED = p19,
|
||||||
LED1 = p19,
|
LED1 = p19,
|
||||||
|
LED2 = p19,
|
||||||
|
LED3 = p19,
|
||||||
|
LED4 = p19,
|
||||||
|
|
||||||
RX_PIN_NUMBER = p11,
|
RX_PIN_NUMBER = p11,
|
||||||
TX_PIN_NUMBER = p9,
|
TX_PIN_NUMBER = p9,
|
||||||
|
|
Loading…
Reference in New Issue