mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #15210 from jeromecoutant/PR_DISCO_L562
ST: correct LED pins for DISCO_L562QEpull/15214/head
commit
4095c65e31
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue