aboutsummaryrefslogtreecommitdiffstats
path: root/os/halnew/platforms/STM32/st_lld.c
diff options
context:
space:
mode:
Diffstat (limited to 'os/halnew/platforms/STM32/st_lld.c')
-rw-r--r--os/halnew/platforms/STM32/st_lld.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/halnew/platforms/STM32/st_lld.c b/os/halnew/platforms/STM32/st_lld.c
index ed1c03c56..2c637042f 100644
--- a/os/halnew/platforms/STM32/st_lld.c
+++ b/os/halnew/platforms/STM32/st_lld.c
@@ -83,7 +83,7 @@ OSAL_IRQ_HANDLER(STM32_TIM2_HANDLER) {
STM32_TIM2->SR = 0;
osalSysLockFromISR();
- osalTimerHandlerI();
+ osalOsTimerHandlerI();
osalSysUnlockFromISR();
OSAL_IRQ_EPILOGUE();