mirror of https://github.com/ARMmbed/mbed-os.git
Assign LED4 definition same as LED3
parent
b9cf7dbe69
commit
2871545bd7
|
@ -197,7 +197,7 @@ typedef enum {
|
|||
LED1 = D13, // Green LED (LD1)
|
||||
LED2 = PB_14, // Green LED (LD2)
|
||||
LED3 = PC_9, // Yellow LED (LD3 WIFI) / Blue LED (LD4 BLE)
|
||||
LED4 = LED1,
|
||||
LED4 = LED3,
|
||||
USER_BUTTON = PC_13,
|
||||
SERIAL_TX = PB_6,
|
||||
SERIAL_RX = PB_7,
|
||||
|
|
Loading…
Reference in New Issue