summaryrefslogtreecommitdiff
path: root/src/stm/ao_timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stm/ao_timer.c')
-rw-r--r--src/stm/ao_timer.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stm/ao_timer.c b/src/stm/ao_timer.c
index 34f9edb9..d93531fc 100644
--- a/src/stm/ao_timer.c
+++ b/src/stm/ao_timer.c
@@ -53,6 +53,9 @@ void stm_systick_isr(void)
#endif
}
#endif
+#ifdef AO_TIMER_HOOK
+ AO_TIMER_HOOK;
+#endif
}
}