summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index 6dced174..bb878de8 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -1253,9 +1253,9 @@ void configuration_packets_accutime_gold(struct gps_device_t *session)
/* this is everything we export */
/* *INDENT-OFF* */
-const struct gps_type_t tsip_binary =
+const struct gps_type_t driver_tsip =
{
- .type_name = "Trimble TSIP binary", /* full name of type */
+ .type_name = "Trimble TSIP", /* full name of type */
.packet_type = TSIP_PACKET, /* associated lexer packet type */
.flags = DRIVER_STICKY, /* remember this */
.trigger = NULL, /* no trigger */