altos: Fix ao_delay function and move from per-chip code to ao_task.c
[fw/altos] / src / cc1111 / ao_timer.c
index 602f98c8276720c047751d95baff9c4fd14fbecc..a64b5aba90a0fb5e104a3005dbf2cdda464056ad 100644 (file)
@@ -24,16 +24,6 @@ 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 */