From 60b874d966ce88bea269879b1ac86cc7b6ae39cc Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 13 Oct 2013 14:09:08 -0400 Subject: Create driver slot and scons option for a visualizer driver method. --- driver_superstar2.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'driver_superstar2.c') 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 */ -- cgit v1.2.1