Systick Interrupt should never be activated using NVIC_EnableIRQ because it's an system exception (#850)

This commit is contained in:
Steve Karg
2024-11-06 08:17:23 -06:00
committed by GitHub
parent 9da3bad465
commit b97f1705ce
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -50,5 +50,4 @@ void mstimer_init(void)
/* config error? return 1 = failed, 0 = successful */
}
}
NVIC_EnableIRQ(SysTick_IRQn);
}