Assign LED4 definition same as LED3

pull/4242/head
bcostm 2017-02-08 09:59:48 +01:00
parent b9cf7dbe69
commit 2871545bd7
1 changed files with 1 additions and 1 deletions

View File

@ -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,