summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 9874aca6..43eb1b2e 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -1161,7 +1161,8 @@ const struct gps_type_t tsip_binary =
{
.type_name = "Trimble TSIP", /* full name of type */
.packet_type = TSIP_PACKET, /* associated lexer packet type */
- .trigger = NULL, /* no trigger */
+ .flags = DRIVER_NOFLAGS, /* no flags set */
+ .trigger = NULL, /* no trigger */
.channels = TSIP_CHANNELS, /* consumer-grade GPS */
.probe_detect = tsip_detect, /* probe for 9600O81 device */
.get_packet = generic_get, /* use the generic packet getter */