ST: correct LED pins for DISCO_L562QE

pull/15210/head
Jerome Coutant 2022-01-21 09:37:40 +01:00
parent 1443257e40
commit b9d51b6255
1 changed files with 2 additions and 2 deletions

View File

@ -329,8 +329,8 @@ typedef enum {
} PinName;
// Standardized LED and button names
#define LED1 PG_12 // LD7 Green
#define LED2 PE_1 // LD9 Red
#define LED1 PG_12 // LD10 Green
#define LED2 PD_3 // LD9 Red
#define BUTTON1 PC_13 // USER_BUTTON
#ifdef __cplusplus