From: Keith Packard Date: Sat, 31 Oct 2009 08:30:22 +0000 (-0700) Subject: No need to wakeup &ao_tick_count now X-Git-Tag: 0.6~6 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=6c1a9ce16b966a21c885bf3be31cbcb85368b3fa;ds=sidebyside No need to wakeup &ao_tick_count now --- 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