From d4c514d62385f1fb3c950d45c06d2933b3c672d4 Mon Sep 17 00:00:00 2001 From: Frederic Pillon Date: Thu, 23 Nov 2023 15:19:09 +0100 Subject: [PATCH] fix(nucleo_f722ze): remove duplicate PE2 definition Fixes #2199 Signed-off-by: Frederic Pillon --- variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h b/variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h index d2217da335..7c83434ddd 100644 --- a/variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h +++ b/variants/STM32F7xx/F722Z(C-E)T_F732ZET/variant_NUCLEO_F722ZE.h @@ -71,7 +71,7 @@ #define PD5 53 #define PD4 54 #define PD3 55 -#define PE2 56 +// 56 is PE2 (31) #define PE4 57 #define PE5 58 #define PE6 59