X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Favr%2Fao_timer.c;h=d2ea2be7da5ce142ceb46ad0d3ebaa40c1689add;hb=0ff5f0fbc4900ad45bb7910ffc0c5a4e4cc4b857;hp=eef14345dda7d5bf96a09881c61c6b27915c4975;hpb=f6f54d70b768dca1715ddddea64a4df00d82b09e;p=fw%2Faltos diff --git a/src/avr/ao_timer.c b/src/avr/ao_timer.c index eef14345..d2ea2be7 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) { @@ -28,15 +28,6 @@ uint16_t ao_time(void) return v; } -static __xdata uint8_t ao_forever; - -void -ao_delay(uint16_t ticks) -{ - ao_alarm(ticks); - ao_sleep(&ao_forever); -} - #define T1_CLOCK_DIVISOR 8 /* 24e6/8 = 3e6 */ #define T1_SAMPLE_TIME 30000 /* 3e6/30000 = 100 */