Skip to content

Commit 4095c65

Browse files
authored
Merge pull request #15210 from jeromecoutant/PR_DISCO_L562
ST: correct LED pins for DISCO_L562QE
2 parents 1443257 + b9d51b6 commit 4095c65

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32L5/TARGET_STM32L562xE/TARGET_DISCO_L562QE

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32L5/TARGET_STM32L562xE/TARGET_DISCO_L562QE/PinNames.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ typedef enum {
329329
} PinName;
330330

331331
// Standardized LED and button names
332-
#define LED1 PG_12 // LD7 Green
333-
#define LED2 PE_1 // LD9 Red
332+
#define LED1 PG_12 // LD10 Green
333+
#define LED2 PD_3 // LD9 Red
334334
#define BUTTON1 PC_13 // USER_BUTTON
335335

336336
#ifdef __cplusplus

0 commit comments

Comments
 (0)