Skip to content

Commit 82a6f15

Browse files
Adding omitted definition for LED4. This is used as a STATUS LED.
1 parent e0faeb2 commit 82a6f15

File tree

1 file changed

+1
-0
lines changed
  • targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1

1 file changed

+1
-0
lines changed

targets/TARGET_STM/TARGET_STM32F4/TARGET_STM32F469xI/TARGET_SDP_K1/PinNames.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ typedef enum {
309309
LED1 = PK_7, // Red LED
310310
LED2 = PK_6, // Orange LED
311311
LED3 = PK_5, // Green LED
312+
LED4 = PK_4,
312313
LED_RED = LED1,
313314
LED_ORANGE = LED2,
314315
LED_GREEN = LED3,

0 commit comments

Comments
 (0)