We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17b1ff7 + f63692d commit 0692177Copy full SHA for 0692177
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