summaryrefslogtreecommitdiff
path: root/driver_zodiac.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_zodiac.c')
-rw-r--r--driver_zodiac.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_zodiac.c b/driver_zodiac.c
index 025bab3d..66736817 100644
--- a/driver_zodiac.c
+++ b/driver_zodiac.c
@@ -457,9 +457,9 @@ static double zodiac_time_offset(struct gps_device_t *session UNUSED)
/* this is everything we export */
/* *INDENT-OFF* */
-const struct gps_type_t zodiac_binary =
+const struct gps_type_t driver_zodiac =
{
- .type_name = "Zodiac binary", /* full name of type */
+ .type_name = "Zodiac", /* full name of type */
.packet_type = ZODIAC_PACKET, /* associated lexer packet type */
.flags = DRIVER_STICKY, /* no flags set */
.trigger = NULL, /* no trigger */