Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / attiny / ao_clock.c
index d722d568d75da0e23e759b26231d3c185822bde9..2ac0500b217f307466fd8be143eae566969eac89 100644 (file)
@@ -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;