Skip to content

Commit 0692177

Browse files
authored
Merge pull request #99 from fpistm/HAL_SYSTICK_Callback
Add HAL_SYSTICK_IRQHandler() call, allow use of HAL_SYSTICK_Callback()
2 parents 17b1ff7 + f63692d commit 0692177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/arduino/stm32/clock.c

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ uint32_t GetCurrentMilli(void)
134134
void SysTick_Handler(void)
135135
{
136136
HAL_IncTick();
137+
HAL_SYSTICK_IRQHandler();
137138
}
138139

139140
/**

0 commit comments

Comments
 (0)