altos: Change default time type to 32-bits
[fw/altos] / src / kernel / ao.h
index 910c1d8ed97c532c70da13957fd087f6ee06b84a..c00de1fe064644e3189bfd8b024865477676f26e 100644 (file)
@@ -100,8 +100,8 @@ extern AO_ROMCONFIG_SYMBOL uint32_t ao_radio_cal;
  */
 
 #ifndef AO_TICK_TYPE
-#define AO_TICK_TYPE   uint16_t
-#define AO_TICK_SIGNED int16_t
+#define AO_TICK_TYPE   uint32_t
+#define AO_TICK_SIGNED int32_t
 #endif
 
 extern volatile AO_TICK_TYPE ao_tick_count;