Merge pull request #7324 from soramame21/ren-f429

Fix LED_RED mapping on NUCLEO_F429ZI
pull/7341/head
Cruz Monrreal 2018-06-26 20:45:01 -05:00 committed by GitHub
commit 65abff9ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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,