summaryrefslogtreecommitdiff
path: root/ao-tools/ao-telem/ao-telem.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-10 09:44:57 -0700
committerKeith Packard <keithp@keithp.com>2014-06-10 09:44:57 -0700
commitf6d633d73a8f826cf2a3128e3e234bd11af49718 (patch)
treefef44b5699ed56a0bb7b1ded32c8a3432a783b15 /ao-tools/ao-telem/ao-telem.c
parentda9575fce5ff4dfe83522e290973a01c43e4661f (diff)
Revert "ao-tools: Parse TeleGPS state value from gps location packet"
This reverts commit 428d09294ba0395fedd71346ad00fd90a4cdde97.
Diffstat (limited to 'ao-tools/ao-telem/ao-telem.c')
-rw-r--r--ao-tools/ao-telem/ao-telem.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ao-tools/ao-telem/ao-telem.c b/ao-tools/ao-telem/ao-telem.c
index 75f94ec1..da873838 100644
--- a/ao-tools/ao-telem/ao-telem.c
+++ b/ao-tools/ao-telem/ao-telem.c
@@ -145,8 +145,6 @@ main (int argc, char **argv)
telem.location.ground_speed / 100.0,
telem.location.climb_rate / 100.0,
telem.location.course * 2);
- if ((telem.location.state & AO_GPS_STATE_VALID))
- printf (" state %1d", telem.location.state & ~(AO_GPS_STATE_VALID));
printf ("\n");
break;
case AO_TELEMETRY_SATELLITE: