summaryrefslogtreecommitdiff
path: root/driver_nmea2000.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_nmea2000.c')
-rw-r--r--driver_nmea2000.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_nmea2000.c b/driver_nmea2000.c
index 94eaa30a..884dc9b9 100644
--- a/driver_nmea2000.c
+++ b/driver_nmea2000.c
@@ -1680,7 +1680,7 @@ void nmea2000_close(struct gps_device_t *session)
}
/* *INDENT-OFF* */
-const struct gps_type_t nmea2000 = {
+const struct gps_type_t driver_nmea2000 = {
.type_name = "NMEA2000", /* full name of type */
.packet_type = NMEA2000_PACKET, /* associated lexer packet type */
.flags = DRIVER_STICKY, /* remember this */