Skip to content

Commit 3e30033

Browse files
committed
DISCO_L4R9I correct LED pins
1 parent e53b69b commit 3e30033

File tree

1 file changed

+3
-5
lines changed
  • targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R9xI/TARGET_DISCO_L4R9I

1 file changed

+3
-5
lines changed

targets/TARGET_STM/TARGET_STM32L4/TARGET_STM32L4R9xI/TARGET_DISCO_L4R9I/PinNames.h

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -293,11 +293,9 @@ typedef enum {
293293
#endif
294294

295295
// Generic signals namings
296-
LED1 = PB_0, // Orange
297-
LED2 = PH_4, // Green
298-
LED3 = PB_13, // Green
299-
LED4 = LED1,
300-
LED_RED = LED3,
296+
LED1 = PH_4, // LD2 Green
297+
LED2 = PB_13, // LD3 Green
298+
301299
USER_BUTTON = PC_13, // Joystick
302300

303301
// Standardized button names

0 commit comments

Comments
 (0)