mirror of https://github.com/ARMmbed/mbed-os.git
ST: correct LED pins for DISCO_L562QE
parent
1443257e40
commit
b9d51b6255
|
@ -329,8 +329,8 @@ typedef enum {
|
||||||
} PinName;
|
} PinName;
|
||||||
|
|
||||||
// Standardized LED and button names
|
// Standardized LED and button names
|
||||||
#define LED1 PG_12 // LD7 Green
|
#define LED1 PG_12 // LD10 Green
|
||||||
#define LED2 PE_1 // LD9 Red
|
#define LED2 PD_3 // LD9 Red
|
||||||
#define BUTTON1 PC_13 // USER_BUTTON
|
#define BUTTON1 PC_13 // USER_BUTTON
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue