X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fstm%2Fao_timer.c;h=d93531fc7da8623d1e4531959f50ce8fea75cd51;hb=535271f7312f1a88af11d4f1dbf3d405b660f26c;hp=34f9edb90b084d40b5fbee14cdca7d313a03d30c;hpb=7c82acc1c1c5b7b4da7c7ecb3b2fd90140e4c703;p=fw%2Faltos 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 @@ -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 } }