summaryrefslogtreecommitdiff
path: root/ao-tools/lib/cc.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2009-11-15 16:20:18 -0800
committerKeith Packard <keithp@keithp.com>2009-11-15 16:20:18 -0800
commitb0d7e3f9c9322542e9b649bb6ad7f7e5bb99dffa (patch)
tree0f0fcefd67f4bef178ebd282f3151ba93564f55b /ao-tools/lib/cc.h
parent524665fc221b0d483453c67b7211e282cebc8980 (diff)
Stop using SiRF state info.
With the switch to the skytraq GPS unit, we don't have the same level of detail in the GPS stream, so stop reporting that in the telemetry stream, in the UI and writing it to eeprom. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc.h')
-rw-r--r--ao-tools/lib/cc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ao-tools/lib/cc.h b/ao-tools/lib/cc.h
index ebc0db7d..0e8ced8a 100644
--- a/ao-tools/lib/cc.h
+++ b/ao-tools/lib/cc.h
@@ -103,7 +103,6 @@ struct cc_gpselt {
struct cc_gpssat {
double time;
uint16_t svid;
- uint8_t state;
uint8_t c_n;
};