X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=65b9eb18f409a33a6b32a7e67d68879bc6b558be;hb=90507d4f7ef77b0870a032b1d9809898c2924721;hp=d4be3be436755a7d4642c19046647d114c122b2f;hpb=184e2ff4790974733df57facdeeb96bfe692ab54;p=fw%2Faltos diff --git a/src/core/ao.h b/src/core/ao.h index d4be3be4..65b9eb18 100644 --- a/src/core/ao.h +++ b/src/core/ao.h @@ -125,6 +125,8 @@ ao_panic(uint8_t reason); * ao_timer.c */ +extern volatile __data uint16_t ao_tick_count; + /* Our timer runs at 100Hz */ #define AO_HERTZ 100 #define AO_MS_TO_TICKS(ms) ((ms) / (1000 / AO_HERTZ))