altos: Fix ao_delay function and move from per-chip code to ao_task.c
authorKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 01:03:52 +0000 (18:03 -0700)
committerKeith Packard <keithp@keithp.com>
Wed, 29 Aug 2012 06:00:22 +0000 (23:00 -0700)
commit31b42b99edbb976534ac432c07e218f13d1f5f9b
tree738feb9a042a1dad0c04e36b610a0e1099050c40
parentac5d053e6d766d243b7a425ae19779810c350125
altos: Fix ao_delay function and move from per-chip code to ao_task.c

ao_delay hasn't been chip-specific for a long time, and it had a bug
in not calling ao_clear_alarm.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/avr/ao_timer.c
src/cc1111/ao_timer.c
src/core/ao_task.c
src/stm/ao_timer.c