diff options
| author | Keith Packard <keithp@keithp.com> | 2009-07-17 21:24:45 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2009-07-17 21:24:45 -0700 |
| commit | ddfa2308c0be4c002f982ae9da6032ee7854117d (patch) | |
| tree | 7a9e58212a6092e4719a4e815142882c74cab089 /aoview/aoview.h | |
| parent | 34f148500df427c148188c0ada20bf914a7c74ba (diff) | |
Support the not-connected GPS state
Diffstat (limited to 'aoview/aoview.h')
| -rw-r--r-- | aoview/aoview.h | 3 |
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; |
