X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fao_timer.c;h=cd81b163bc37bf657971095de81f8f83a774d053;hb=90507d4f7ef77b0870a032b1d9809898c2924721;hp=eef14345dda7d5bf96a09881c61c6b27915c4975;hpb=184e2ff4790974733df57facdeeb96bfe692ab54;p=fw%2Faltos diff --git a/src/avr/ao_timer.c b/src/avr/ao_timer.c index eef14345..cd81b163 100644 --- a/src/avr/ao_timer.c +++ b/src/avr/ao_timer.c @@ -17,7 +17,7 @@ #include "ao.h" -static volatile __data uint16_t ao_tick_count; +volatile __data uint16_t ao_tick_count; uint16_t ao_time(void) {