Merge pull request #1468 from dinau/f030r8-fixed-led-blink-too-fast

[NUCLEO-F030R8] Fixed: The issue of LED blinking too fast.
pull/1473/head
Martin Kojtal 2015-12-13 21:30:31 +00:00
commit 1c75638d14
1 changed files with 0 additions and 4 deletions

View File

@ -96,10 +96,6 @@ void timer_oc_irq_handler(void)
// Reconfigure the HAL tick using a standard timer instead of systick.
HAL_StatusTypeDef HAL_InitTick(uint32_t TickPriority) {
static uint32_t ticker_inited=0;
if(ticker_inited)return HAL_OK;
ticker_inited=1;
// Enable timer clock
TIM_MST_RCC;