Skip to content

Commit 7af6e88

Browse files
author
Roberto Spelta
committed
fixed pin LEDs
1 parent b969979 commit 7af6e88

File tree

1 file changed

+4
-4
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/TARGET_SILICA_SENSOR_NODE

1 file changed

+4
-4
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L476xG/TARGET_SILICA_SENSOR_NODE/PinNames.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,10 +129,10 @@ typedef enum {
129129
D15 = PB_8,
130130

131131
// Generic signals namings
132-
LED1 = PA_5,
133-
LED2 = PA_5,
134-
LED3 = PA_5,
135-
LED4 = PA_5,
132+
LED1 = PG_12,
133+
LED2 = PG_12,
134+
LED3 = PG_12,
135+
LED4 = PG_12,
136136
USER_BUTTON = PC_13,
137137
// Standardized button names
138138
BUTTON1 = USER_BUTTON,

0 commit comments

Comments
 (0)