altos: Make ao_tick_count visible
authorKeith Packard <keithp@keithp.com>
Mon, 16 Jul 2012 22:24:21 +0000 (15:24 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 16 Jul 2012 22:24:21 +0000 (15:24 -0700)
commit90507d4f7ef77b0870a032b1d9809898c2924721
treeeb81d3868b3cfab198fb338bf1918e6dfc0843df
parent184e2ff4790974733df57facdeeb96bfe692ab54
altos: Make ao_tick_count visible

Necessary to fetch it when interrupts are already disabled as we can't
call ao_time then.

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