Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
[fw/altos] / src / kernel / ao_fake_flight.c
index ec8691e9ad13425f014a13473442284561e28b94..e14daa0623e6d6f79e58d6b3511e1e486aaaa272 100644 (file)
@@ -27,7 +27,7 @@ uint8_t                       ao_fake_flight_active;
 static uint8_t         ao_fake_has_cur;
 static volatile uint8_t        ao_fake_has_next;
 static uint8_t         ao_fake_has_offset;
 static uint8_t         ao_fake_has_cur;
 static volatile uint8_t        ao_fake_has_next;
 static uint8_t         ao_fake_has_offset;
-static uint16_t                ao_fake_tick_offset;
+static AO_TICK_TYPE    ao_fake_tick_offset;
 static struct ao_data  ao_fake_cur, ao_fake_next;
 
 void
 static struct ao_data  ao_fake_cur, ao_fake_next;
 
 void