summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_superstar2.c')
-rw-r--r--driver_superstar2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_superstar2.c b/driver_superstar2.c
index 94cc3320..95d69cd4 100644
--- a/driver_superstar2.c
+++ b/driver_superstar2.c
@@ -585,6 +585,7 @@ const struct gps_type_t driver_superstar2 = {
#ifdef TIMEHINT_ENABLE
.time_offset = NULL, /* no method for NTP fudge factor */
#endif /* TIMEHINT_ENABLE */
+ .minlength = 65, /* min packet length for chunked I/O */
};
/* *INDENT-ON* */
#endif /* defined(SUPERSTAR2_ENABLE) && defined(BINARY_ENABLE) */