summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-03-07 15:32:23 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-03-07 15:32:23 +0000
commit0f3dfccad575ac35ef0c41beb3c6340c1b2d1939 (patch)
tree3ffde35783e7d84a842f61597bca19992a551038 /driver_zodiac.c
parent964fa5d02a151ed772a7eb36df0543fa98b9ab39 (diff)
downloadgpsd-0f3dfccad575ac35ef0c41beb3c6340c1b2d1939.tar.gz
.cycle_chars is gone, replaced by min_cycle.
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 2104bd73..a77a2f00 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -482,7 +482,7 @@ const struct gps_type_t zodiac_binary =
.speed_switcher = zodiac_speed_switch,/* we can change baud rate */
.mode_switcher = NULL, /* no mode switcher */
.rate_switcher = NULL, /* no sample-rate switcher */
- .cycle_chars = -1, /* not relevant, no rate switch */
+ .min_cycle = 1, /* not relevant, no rate switch */
.revert = NULL, /* no reversion hook */
#endif /* ALLOW_RECONFIGURE */
.wrapup = NULL, /* caller might supply a close hook */