summaryrefslogtreecommitdiff
path: root/driver_evermore.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_evermore.c')
-rw-r--r--driver_evermore.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver_evermore.c b/driver_evermore.c
index 1013e8f3..30bcd3f9 100644
--- a/driver_evermore.c
+++ b/driver_evermore.c
@@ -562,5 +562,8 @@ const struct gps_type_t evermore_binary =
#ifdef ALLOW_CONTROLSEND
.control_send = evermore_control_send, /* how to send a control string */
#endif /* ALLOW_CONTROLSEND */
+#ifdef NTPSHM_ENABLE
+ .ntp_offset = NULL, /* no method for NTP fudge factor */
+#endif /* NTPSHM_ ENABLE */
};
#endif /* defined(EVERMORE_ENABLE) && defined(BINARY_ENABLE) */