diff options
author | Keith Packard <keithp@keithp.com> | 2009-10-31 01:30:22 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-10-31 01:30:22 -0700 |
commit | 6c1a9ce16b966a21c885bf3be31cbcb85368b3fa (patch) | |
tree | 6ba7b5569401c174f6842b79362db23ec7fafc88 /src/ao_timer.c | |
parent | cd0d495d7ef276956e730196476daa70a4359918 (diff) |
No need to wakeup &ao_tick_count now
Diffstat (limited to 'src/ao_timer.c')
-rw-r--r-- | src/ao_timer.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 |