Skip to content

Commit eb273d4

Browse files
committed
[BLACK_F407] Fix BTN_K1 definition
Fix stm32duino#387 thanks @BennehBoy Signed-off-by: Frederic.Pillon <[email protected]>
1 parent b25ba9f commit eb273d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: variants/BLACK_F407VE/variant.h

+1-1
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)