altoslib/altosui: Carry receiver status around in AltosListenerState
[fw/altos] / src / core / ao.h
index 6c790f69046cf7fefb94ac37224a9c6fccca2195..977e10b87d2716d5a2817b4d51dcbd3215f8bd14 100644 (file)
@@ -94,7 +94,7 @@ extern volatile __data AO_TICK_TYPE ao_tick_count;
 #define AO_SEC_TO_TICKS(s)     ((s) * AO_HERTZ)
 
 /* Returns the current time in ticks */
-uint16_t
+AO_TICK_TYPE
 ao_time(void);
 
 /* Suspend the current task until ticks time has passed */