Log GPS data on pad after boost detect.
[fw/altos] / src / ao.h
index 2c6eb2b91180d254818ca2553849a0b2cde95a90..d6be2223a33251fd6eb27291555c3c3e0a6ba119 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -731,6 +731,8 @@ ao_serial_init(void);
 #define AO_GPS_RUNNING         (1 << 5)
 #define AO_GPS_DATE_VALID      (1 << 6)
 
+extern __xdata uint16_t ao_gps_tick;
+
 struct ao_gps_data {
        uint8_t                 year;
        uint8_t                 month;