Skip to content

Commit 02b91bd

Browse files
authored
Merge pull request #10582 from malavikasajikumar/master
Adding LED4 definition in PinNames.h of SDP-K1 board.
2 parents 51b835b + d5b84a5 commit 02b91bd

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 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,
@@ -348,8 +349,6 @@ typedef enum {
348349
SDP_TMR_B = PE_6,
349350
SDP_TMR_D = PC_8,
350351

351-
PWM_OUT = PA_1,
352-
353352
/**** USB pins ****/
354353
USB_OTG_HS_DM = PB_14,
355354
USB_OTG_HS_DP = PB_15,

0 commit comments

Comments
 (0)