summaryrefslogtreecommitdiff
path: root/src/ao_gps_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ao_gps_test.c')
-rw-r--r--src/ao_gps_test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ao_gps_test.c b/src/ao_gps_test.c
index 0ed51d16..fb9b0d10 100644
--- a/src/ao_gps_test.c
+++ b/src/ao_gps_test.c
@@ -26,6 +26,7 @@
#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;