From e14f07bfdb8824fc7ed6df1129c66ee39ffd6d54 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 12 Apr 2009 23:17:16 -0700 Subject: Add A/D sampler Sample A/D at the timer tick, placing data in a ring of samples. Signed-off-by: Keith Packard --- ao_task.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ao_task.c') diff --git a/ao_task.c b/ao_task.c index 0e976d7c..0af5043c 100644 --- a/ao_task.c +++ b/ao_task.c @@ -181,6 +181,5 @@ ao_start_scheduler(void) { ao_cur_task_id = AO_NO_TASK; ao_cur_task = NULL; - ao_timer_init(); ao_yield(); } -- cgit v1.2.3