altos: Fix a bunch of time variables to be AO_TICK_TYPE
[fw/altos] / src / attiny / ao_arch.h
index 5550eb447e101f3fa724120bf634053ca1b28540..eecd297bab6e5b2729771a010d1ec6d51ac4596a 100644 (file)
@@ -77,7 +77,7 @@
 #define ao_mutex_put(m)
 
 void
-ao_delay_until(uint16_t target);
+ao_delay_until(AO_TICK_TYPE target);
 
 /* We can't hit 100 Hz, but we can hit 125 */
 #define AO_HERTZ       125