summaryrefslogtreecommitdiff
path: root/driver_navcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index d67acde9..d013c05f 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -1275,9 +1275,9 @@ static bool navcom_speed(struct gps_device_t *session,
/* this is everything we export */
/* *INDENT-OFF* */
-const struct gps_type_t navcom_binary =
+const struct gps_type_t driver_navcom =
{
- .type_name = "Navcom binary", /* full name of type */
+ .type_name = "Navcom", /* full name of type */
.packet_type = NAVCOM_PACKET, /* lexer packet type */
.flags = DRIVER_STICKY, /* remember this */
.trigger = NULL, /* none */