altos: Fix a bunch of time variables to be AO_TICK_TYPE
authorKeith Packard <keithp@keithp.com>
Sat, 20 Jun 2020 22:00:28 +0000 (15:00 -0700)
committerKeith Packard <keithp@keithp.com>
Sat, 8 Aug 2020 03:30:11 +0000 (20:30 -0700)
commitb8a9273162b7016afc29f4c98fc3b66324d4c85b
tree365a00887c068f01fadbd9ee0fe0332132f3f9c9
parent304dbcbff72c6fa66c71224ecf98ec55447ffff7
altos: Fix a bunch of time variables to be AO_TICK_TYPE

The default tick type is now 32 bits, so all of these
variables were mis-typed at 16 bits.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/attiny/ao_arch.h
src/attiny/ao_clock.c
src/kernel/ao.h
src/kernel/ao_beep.h
src/kernel/ao_notask.c
src/kernel/ao_task.c
src/kernel/ao_task.h
src/lpc/ao_beep_lpc.c
src/stm/ao_beep_stm.c
src/stmf0/ao_beep_stm.c