summaryrefslogtreecommitdiff
path: root/drivers.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers.c')
-rw-r--r--drivers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers.c b/drivers.c
index 634f6f50..db2f288e 100644
--- a/drivers.c
+++ b/drivers.c
@@ -245,7 +245,7 @@ static void nmea_event_hook(struct gps_device_t *session, event_t event)
}
/* *INDENT-OFF* */
-const struct gps_type_t nmea = {
+const struct gps_type_t nmea0183 = {
.type_name = "Generic NMEA", /* full name of type */
.packet_type = NMEA_PACKET, /* associated lexer packet type */
.flags = DRIVER_NOFLAGS, /* remember this */
@@ -1496,7 +1496,7 @@ extern const struct gps_type_t navcom_binary, superstar2_binary;
static const struct gps_type_t *gpsd_driver_array[] = {
&unknown,
#ifdef NMEA_ENABLE
- &nmea,
+ &nmea0183,
#ifdef ASHTECH_ENABLE
&ashtech,
#endif /* ASHTECHV18_ENABLE */