From ea1d7ce83efa1a7887beae4ce313e15dbc8a00d7 Mon Sep 17 00:00:00 2001 From: Martin Luessi Date: Sat, 14 Aug 2021 08:55:06 -0700 Subject: [PATCH] Fix H7 timer def: TIM15 CH2 is PA3 not PA2 --- src/main/drivers/timer_def_stm32h7xx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/drivers/timer_def_stm32h7xx.h b/src/main/drivers/timer_def_stm32h7xx.h index a21132ae05..ef4d60166f 100644 --- a/src/main/drivers/timer_def_stm32h7xx.h +++ b/src/main/drivers/timer_def_stm32h7xx.h @@ -138,7 +138,7 @@ #define DEF_TIM_AF__PA1__TCH_TIM15_CH1N D(4, 15) #define DEF_TIM_AF__PA2__TCH_TIM15_CH1 D(4, 15) -#define DEF_TIM_AF__PA2__TCH_TIM15_CH2 D(4, 15) +#define DEF_TIM_AF__PA3__TCH_TIM15_CH2 D(4, 15) //PORTB #define DEF_TIM_AF__PB0__TCH_TIM1_CH2N D(1, 1)