summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-29 07:57:18 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-29 07:57:18 -0400
commitdb7d7be4c385b0810378db4f5580b5dc8dcfb1ee (patch)
treedab588924b29d7b66800d1b0560f8c3a2c584e6a /driver_tsip.c
parent41160f7fa55bc99a3e7a57a957dcae22f33069cb (diff)
downloadgpsd-db7d7be4c385b0810378db4f5580b5dc8dcfb1ee.tar.gz
scan-build and splint cleanup. All regression tests pass.
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 7a4ff62d..93e880ad 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -551,7 +551,7 @@ static gps_mask_t tsip_analyze(struct gps_device_t *session)
session->newdata.latitude = getbed(buf, 0) * RAD_2_DEG;
session->newdata.longitude = getbed(buf, 8) * RAD_2_DEG;
session->newdata.altitude = getbed(buf, 16);
- d1 = getbed(buf, 24); /* clock bias */
+ //d1 = getbed(buf, 24); clock bias */
f1 = getbef(buf, 32); /* time-of-fix */
if ((session->context->valid & GPS_TIME_VALID)!=0) {
session->newdata.time =