Skip to content

Commit 08f5885

Browse files
committed
fix(nucleo_f722ze): remove duplicate PE2 definition
Fixes stm32duino#2199 Signed-off-by: Frederic Pillon <[email protected]>
1 parent b2b9c8c commit 08f5885

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
#define PD5 53
7272
#define PD4 54
7373
#define PD3 55
74-
#define PE2 56
74+
// 56 is PE2 (31)
7575
#define PE4 57
7676
#define PE5 58
7777
#define PE6 59

0 commit comments

Comments
 (0)