Merge pull request #15210 from jeromecoutant/PR_DISCO_L562

ST: correct LED pins for DISCO_L562QE
pull/15214/head
Martin Kojtal 2022-01-26 11:47:26 +01:00 committed by GitHub
commit 4095c65e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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