summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 3dc76822..6f92a570 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -840,6 +840,9 @@ const struct gps_type_t ubx_binary = {
#ifdef CONTROLSEND_ENABLE
.control_send = ubx_control_send, /* no control sender yet */
#endif /* CONTROLSEND_ENABLE */
+#ifdef VISUALIZE_ENABLE
+ .visualize = NULL, /* no visualization method */
+#endif /* VISUALIZE_ENABLE */
#ifdef NTPSHM_ENABLE
.ntp_offset = NULL, /* no method for NTP fudge factor */
#endif /* NTPSHM_ ENABLE */