summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-29 03:49:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-29 03:49:36 +0000
commit3d35659c4c9c85f363a165eedb6ffefb256477a2 (patch)
tree679b14ad50da57f8d7f61002dc8b59d1144ec7a4 /driver_zodiac.c
parentb5f3674f36a32c38caa569fb3afc90d02c54fb90 (diff)
downloadgpsd-3d35659c4c9c85f363a165eedb6ffefb256477a2.tar.gz
Rip out most of the old profiling support.
Replace it with a new, lighter- weight version that can be configured out.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 02a72ed3..e833bdc0 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -220,7 +220,6 @@ static gps_mask_t handle1000(struct gps_device_t *session)
gpsd_report(LOG_INF, "Separation: %f\n", getzword(33) * 1e-2);
#endif
- session->gpsdata.sentence_length = 55;
session->cycle_state |= CYCLE_START;
return TIME_SET|LATLON_SET|ALTITUDE_SET|CLIMB_SET|SPEED_SET|TRACK_SET|STATUS_SET|MODE_SET; /* |HERR_SET|VERR_SET|SPEEDERR_SET */
}