summaryrefslogtreecommitdiff
path: root/src/attiny/ao_clock.c
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2019-02-25 18:30:08 -0700
committerBdale Garbee <bdale@gag.com>2019-02-25 18:30:08 -0700
commit338372b97d441c30d2a23df540163a66a7f8d8c0 (patch)
tree65544591dbc34d449af0f7fd6c0c0eb4cb075f6b /src/attiny/ao_clock.c
parent8d0df64bbc5ed31188b4b4bea0be52a52dbece3b (diff)
parentcd920a0e5321166ef8b1d6afc3d63fc5de998a93 (diff)
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'src/attiny/ao_clock.c')
-rw-r--r--src/attiny/ao_clock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/attiny/ao_clock.c b/src/attiny/ao_clock.c
index d722d568..2ac0500b 100644
--- a/src/attiny/ao_clock.c
+++ b/src/attiny/ao_clock.c
@@ -28,7 +28,7 @@ ISR(TIMER1_COMPA_vect)
ao_wakeup((void *) &ao_tick_count);
}
-uint16_t
+AO_TICK_TYPE
ao_time(void)
{
uint16_t r;