X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcc1111%2Fao_timer.c;h=a64b5aba90a0fb5e104a3005dbf2cdda464056ad;hb=2e28d3541b8da31ebef5a199baf8f544d238298e;hp=aadee71e239e324a8b7644fe70872148e615f5d9;hpb=4299b5a36a2f6f9f7bbbc3a1b935dd2357c1fb0f;p=fw%2Faltos diff --git a/src/cc1111/ao_timer.c b/src/cc1111/ao_timer.c index aadee71e..a64b5aba 100644 --- a/src/cc1111/ao_timer.c +++ b/src/cc1111/ao_timer.c @@ -17,23 +17,13 @@ #include "ao.h" -static volatile __data uint16_t ao_tick_count; +volatile __data uint16_t ao_tick_count; uint16_t ao_time(void) __critical { return ao_tick_count; } -static __xdata uint8_t ao_forever; - -void -ao_delay(uint16_t ticks) -{ - ao_alarm(ticks); - ao_sleep(&ao_forever); - ao_clear_alarm(); -} - #define T1_CLOCK_DIVISOR 8 /* 24e6/8 = 3e6 */ #define T1_SAMPLE_TIME 30000 /* 3e6/30000 = 100 */