mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
After calling HAL_SYSTICK_Config the SysTick IRQ priority is set to 15, the lowest priority. This commit reconfigures the IRQ priority to the desired TICK_INT_PRIORITY value.