Skip to content

Commit 45cc757

Browse files
committed
fix(nucleo F413ZH): USER_BTN definition
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent c8fe05b commit 45cc757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32F4xx/F413Z(G-H)(J-T)_F423ZH(J-T)/variant_NUCLEO_F413ZH.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192

193193
// On-board user button
194194
#ifndef USER_BTN
195-
#define USER_BTN PA0
195+
#define USER_BTN PC13
196196
#endif
197197

198198
// Timer Definitions (optional)

0 commit comments

Comments
 (0)