Skip to content

Commit fa0dcc8

Browse files
committed
[BLACK_F407] Fix BTN_K1 definition
Fix #387 thanks @BennehBoy Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
1 parent 1b6fe50 commit fa0dcc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/BLACK_F407VE/variant.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ extern const PinName digitalPin[];
148148
// On-board user button
149149
#define BTN_K_UP PA0
150150
#define BTN_K0 PE4
151-
#define BTN_K1 PE5
151+
#define BTN_K1 PE3
152152
#define USER_BTN BTN_K0
153153

154154
// Below SPI and I2C definitions already done in the core

0 commit comments

Comments
 (0)