From 6c1a9ce16b966a21c885bf3be31cbcb85368b3fa Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 31 Oct 2009 01:30:22 -0700 Subject: [PATCH] No need to wakeup &ao_tick_count now --- src/ao_timer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ao_timer.c b/src/ao_timer.c index d7603435..e81f937d 100644 --- a/src/ao_timer.c +++ b/src/ao_timer.c @@ -46,7 +46,6 @@ void ao_timer_isr(void) interrupt 9 ao_adc_count = 0; ao_adc_poll(); } - ao_wakeup(DATA_TO_XDATA(&ao_tick_count)); } void -- 2.30.2