Skip to content

Commit 161e909

Browse files
bcostmadbridge
authored andcommitted
Assign LED4 definition same as LED3
1 parent 491346f commit 161e909

File tree

1 file changed

+1
-1
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_DISCO_L475VG_IOT01A

1 file changed

+1
-1
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_DISCO_L475VG_IOT01A/PinNames.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ typedef enum {
197197
LED1 = D13, // Green LED (LD1)
198198
LED2 = PB_14, // Green LED (LD2)
199199
LED3 = PC_9, // Yellow LED (LD3 WIFI) / Blue LED (LD4 BLE)
200-
LED4 = LED1,
200+
LED4 = LED3,
201201
USER_BUTTON = PC_13,
202202
SERIAL_TX = PB_6,
203203
SERIAL_RX = PB_7,

0 commit comments

Comments
 (0)