summaryrefslogtreecommitdiff
path: root/driver_superstar2.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-13 14:09:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-13 14:10:30 -0400
commit60b874d966ce88bea269879b1ac86cc7b6ae39cc (patch)
tree3085e4a526a823863197cdd79fa9bb27fe822feb /driver_superstar2.c
parent6649e751fe084cf1034d8ccb65496f0c167b66c4 (diff)
downloadgpsd-60b874d966ce88bea269879b1ac86cc7b6ae39cc.tar.gz
Create driver slot and scons option for a visualizer driver method.
Diffstat (limited to 'driver_superstar2.c')
-rw-r--r--driver_superstar2.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/driver_superstar2.c b/driver_superstar2.c
index 9cf22d24..89aa4cfd 100644
--- a/driver_superstar2.c
+++ b/driver_superstar2.c
@@ -575,6 +575,9 @@ const struct gps_type_t superstar2_binary = {
/* Control string sender - should provide checksum and trailer */
.control_send = superstar2_control_send,
#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 */