We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b1ff7 commit f63692dCopy full SHA for f63692d
1 file changed
cores/arduino/stm32/clock.c
@@ -134,6 +134,7 @@ uint32_t GetCurrentMilli(void)
134
void SysTick_Handler(void)
135
{
136
HAL_IncTick();
137
+ HAL_SYSTICK_IRQHandler();
138
}
139
140
/**
0 commit comments