From 611886e709ec9e4f8c00e63aee04702dcd03fb4b Mon Sep 17 00:00:00 2001 From: mulan <43946994+tyustli@users.noreply.github.com> Date: Thu, 4 Jul 2019 12:50:44 +0800 Subject: [PATCH] Update tim_config.h --- bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h b/bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h index f6169caff4..a5b47af3a6 100644 --- a/bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h +++ b/bsp/stm32/libraries/HAL_Drivers/config/f2/tim_config.h @@ -72,15 +72,15 @@ extern "C" { #endif /* BSP_USING_TIM5 */ #ifdef BSP_USING_TIM7 -#ifndef TIM5_CONFIG -#define TIM5_CONFIG \ +#ifndef TIM7_CONFIG +#define TIM7_CONFIG \ { \ .tim_handle.Instance = TIM7, \ .tim_irqn = TIM7_IRQn, \ .name = "timer7", \ } #endif /* TIM7_CONFIG */ -#endif /* BSP_USING_TIM5 */ +#endif /* BSP_USING_TIM7 */ #ifdef __cplusplus } -- GitLab