altos: Enable system timer in flash loader and prod watchdog with it
[fw/altos] / src / stm / ao_timer.c
index 34f9edb90b084d40b5fbee14cdca7d313a03d30c..d93531fc7da8623d1e4531959f50ce8fea75cd51 100644 (file)
@@ -52,6 +52,9 @@ void stm_systick_isr(void)
                        ao_wakeup((void *) &ao_data_count);
 #endif
                }
+#endif
+#ifdef AO_TIMER_HOOK
+               AO_TIMER_HOOK;
 #endif
        }
 }