From 0e57580a76b3a65b9c94c16dc9b5be9e9f968850 Mon Sep 17 00:00:00 2001 From: "e.vladisenko" Date: Sat, 7 Oct 2017 12:28:23 +0300 Subject: [PATCH] Fix misprint in "timer_def.h" for PA14 pin. --- src/main/drivers/timer_def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/drivers/timer_def.h b/src/main/drivers/timer_def.h index fb8a92714a..f4bc9c1fb7 100644 --- a/src/main/drivers/timer_def.h +++ b/src/main/drivers/timer_def.h @@ -270,7 +270,7 @@ #define DEF_TIM_AF__PA7__TCH_TIM8_CH1N D(4) -#define DEF_TIM_AF__PA14__TCH_TIM4_CH2 D(5) +#define DEF_TIM_AF__PA14__TCH_TIM8_CH2 D(5) #define DEF_TIM_AF__PA7__TCH_TIM1_CH1N D(6) #define DEF_TIM_AF__PA8__TCH_TIM1_CH1 D(6)