summaryrefslogtreecommitdiff
path: root/aoview/aoview.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-07-17 21:24:45 -0700
committerKeith Packard <keithp@keithp.com>2009-07-17 21:24:45 -0700
commitddfa2308c0be4c002f982ae9da6032ee7854117d (patch)
tree7a9e58212a6092e4719a4e815142882c74cab089 /aoview/aoview.h
parent34f148500df427c148188c0ada20bf914a7c74ba (diff)
Support the not-connected GPS state
Diffstat (limited to 'aoview/aoview.h')
-rw-r--r--aoview/aoview.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/aoview/aoview.h b/aoview/aoview.h
index b4d13159..800349ec 100644
--- a/aoview/aoview.h
+++ b/aoview/aoview.h
@@ -69,7 +69,8 @@ struct aodata {
int flight_pres;
int ground_pres;
int nsat;
- int locked;
+ int gps_locked;
+ int gps_connected;
struct {
int hour;
int minute;