Skip to content

Commit e7654b1

Browse files
LMESTMadbridge
authored andcommitted
Fixing Typo in MACRO
1 parent df6cb25 commit e7654b1

File tree

1 file changed

+2
-2
lines changed
  • targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device

1 file changed

+2
-2
lines changed

targets/TARGET_STM/TARGET_STM32F1/TARGET_BLUEPILL_F103C8/device/hal_tick.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
#define TIM_MST_IRQ TIM4_IRQn
4747
#define TIM_MST_RCC __HAL_RCC_TIM4_CLK_ENABLE()
4848

49-
#define TIM_MST_RESET_ON __HAL_RCC__TIM4_FORCE_RESET()
50-
#define TIM_MST_RESET_OFF __HAL_RCC__TIM4_RELEASE_RESET()
49+
#define TIM_MST_RESET_ON __HAL_RCC_TIM4_FORCE_RESET()
50+
#define TIM_MST_RESET_OFF __HAL_RCC_TIM4_RELEASE_RESET()
5151

5252
#define TIM_MST_16BIT 1 // 1=16-bit timer, 0=32-bit timer
5353

0 commit comments

Comments
 (0)