Skip to content

Commit

Permalink
fix(DISCO_F072RB): USER_BTN definition
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
  • Loading branch information
fpistm committed Jun 1, 2023
1 parent 2b4d8ef commit 7efab52
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
#define LED_RED PC6

//On-board user button
#ifndef LED_BUILTIN
#define LED_BUILTIN PA0
#ifndef USER_BTN
#define USER_BTN PA0
#endif

// SPI definitions
Expand Down

0 comments on commit 7efab52

Please sign in to comment.