fix LED_RED mapping on NUCLEO_F429ZI

pull/7324/head
Boting Ren 2018-06-26 16:22:28 +09:00
parent f3424da060
commit 6f9c76c949
1 changed files with 1 additions and 1 deletions

View File

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