summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 2a0e367e..1da18bf4 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -486,6 +486,7 @@ const struct gps_type_t driver_zodiac =
#ifdef TIMEHINT_ENABLE
.time_offset = zodiac_time_offset, /* compute NTO fudge factor */
#endif /* TIMEHINT_ENABLE */
+ .minlength = 40, /* min packet length for chunked I/O */
};
/* *INDENT-ON* */