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 240c7909..be7d8b54 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -474,6 +474,7 @@ const struct gps_type_t driver_zodiac =
.get_packet = generic_get, /* use the generic packet getter */
.parse_packet = zodiac_analyze, /* parse message packets */
.rtcm_writer = zodiac_send_rtcm, /* send DGPS correction */
+ .init_query = NULL, /* non-perturbing initial query */
.event_hook = NULL, /* no configuration */
#ifdef RECONFIGURE_ENABLE
.speed_switcher = zodiac_speed_switch,/* we can change baud rate */