summaryrefslogtreecommitdiff
path: root/monitor_nmea.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-12 01:07:26 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-12 01:07:26 -0500
commit795b233b94ea4356b3623504f19337d39b7a051b (patch)
tree5a14264cd5a4b4bfa96c1df078e1acf214c4ed34 /monitor_nmea.c
parent8ee5a7a3a3223ca3b36d1032f5e921bad1204dc9 (diff)
downloadgpsd-795b233b94ea4356b3623504f19337d39b7a051b.tar.gz
Fix more build breakage. Partial splint cleanup.
Diffstat (limited to 'monitor_nmea.c')
-rw-r--r--monitor_nmea.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_nmea.c b/monitor_nmea.c
index 81d3121e..5efa791b 100644
--- a/monitor_nmea.c
+++ b/monitor_nmea.c
@@ -20,7 +20,7 @@
#include "gpsdclient.h"
#ifdef NMEA_ENABLE
-extern const struct gps_type_t nmea;
+extern const struct gps_type_t nmea0183;
static WINDOW *cookedwin, *nmeawin, *satwin, *gprmcwin, *gpggawin, *gpgsawin, *gpgstwin;
static timestamp_t last_tick, tick_interval;
@@ -336,7 +336,7 @@ const struct monitor_object_t nmea_mmt = {
.command = NULL,
.wrap = nmea_wrap,
.min_y = 21,.min_x = 80,
- .driver = &nmea,
+ .driver = &nmea0183,
};
/*****************************************************************************