mirror of https://github.com/ARMmbed/mbed-os.git
fix LED_RED mapping on NUCLEO_F429ZI
parent
f3424da060
commit
6f9c76c949
|
|
@ -259,7 +259,7 @@ typedef enum {
|
||||||
LED2 = PB_7, // Blue
|
LED2 = PB_7, // Blue
|
||||||
LED3 = PB_14, // Red
|
LED3 = PB_14, // Red
|
||||||
LED4 = PB_0,
|
LED4 = PB_0,
|
||||||
LED_RED = LED2,
|
LED_RED = LED3,
|
||||||
USER_BUTTON = PC_13,
|
USER_BUTTON = PC_13,
|
||||||
// Standardized button names
|
// Standardized button names
|
||||||
BUTTON1 = USER_BUTTON,
|
BUTTON1 = USER_BUTTON,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue