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 a41d1d6 commit 4695597Copy full SHA for 4695597
libraries/mbed/targets/cmsis/TARGET_STM/TARGET_STM32F0/TARGET_NUCLEO_F030R8/hal_tick.c
@@ -96,10 +96,6 @@ void timer_oc_irq_handler(void)
96
// Reconfigure the HAL tick using a standard timer instead of systick.
97
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) {
98
99
- static uint32_t ticker_inited=0;
100
- if(ticker_inited)return HAL_OK;
101
- ticker_inited=1;
102
-
103
// Enable timer clock
104
TIM_MST_RCC;
105
0 commit comments