Skip to content

Commit 57794b4

Browse files
committed
fix(nucleo F413ZH): avoid define pin with _2 suffix
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent 45cc757 commit 57794b4

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
@@ -72,7 +72,7 @@
7272
#define PD5 53
7373
#define PD4 54
7474
#define PD3 55
75-
#define PE2_2 56 //PE2 present twice (also in D31)
75+
// 56 is PE2 (31)
7676
#define PE4 57
7777
#define PE5 58
7878
#define PE6 59

0 commit comments

Comments
 (0)