Skip to content

Commit

Permalink
Merge pull request #7324 from soramame21/ren-f429
Browse files Browse the repository at this point in the history
Fix LED_RED mapping on NUCLEO_F429ZI
  • Loading branch information
Cruz Monrreal authored Jun 27, 2018
2 parents 0132e7c + 6f9c76c commit 65abff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 65abff9

Please sign in to comment.