Add AO_GPS_RUNNING state.
[fw/altos] / src / ao.h
index 2e5825777acc69272e85694e4f7476a3b5f883fc..85b7825f759fdd73fd3473250933aaee92fa5200 100644 (file)
--- a/src/ao.h
+++ b/src/ao.h
@@ -678,6 +678,7 @@ ao_serial_init(void);
 #define AO_GPS_NUM_SAT_SHIFT   (0)
 
 #define AO_GPS_VALID           (1 << 4)
+#define AO_GPS_RUNNING         (1 << 5)
 
 struct ao_gps_data {
        uint8_t                 hour;