We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6cb25 commit e7654b1Copy full SHA for e7654b1
targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/hal_tick.h
@@ -46,8 +46,8 @@
46
#define TIM_MST_IRQ TIM4_IRQn
47
#define TIM_MST_RCC __HAL_RCC_TIM4_CLK_ENABLE()
48
49
-#define TIM_MST_RESET_ON __HAL_RCC__TIM4_FORCE_RESET()
50
-#define TIM_MST_RESET_OFF __HAL_RCC__TIM4_RELEASE_RESET()
+#define TIM_MST_RESET_ON __HAL_RCC_TIM4_FORCE_RESET()
+#define TIM_MST_RESET_OFF __HAL_RCC_TIM4_RELEASE_RESET()
51
52
#define TIM_MST_16BIT 1 // 1=16-bit timer, 0=32-bit timer
53
0 commit comments