mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #7324 from soramame21/ren-f429
Fix LED_RED mapping on NUCLEO_F429ZIpull/7341/head
commit
65abff9ce8
|
@ -259,7 +259,7 @@ typedef enum {
|
|||
LED2 = PB_7, // Blue
|
||||
LED3 = PB_14, // Red
|
||||
LED4 = PB_0,
|
||||
LED_RED = LED2,
|
||||
LED_RED = LED3,
|
||||
USER_BUTTON = PC_13,
|
||||
// Standardized button names
|
||||
BUTTON1 = USER_BUTTON,
|
||||
|
|
Loading…
Reference in New Issue