summaryrefslogtreecommitdiff
path: root/monitor_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-09 22:57:38 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-09 22:57:38 -0500
commite030575a5248f6ad125af9e05fa0bc63ad811618 (patch)
treef077fb2dc31d8c661a3a4de6d870a0f665015ed0 /monitor_ubx.c
parent2a3c19f2e8f2085575f222b39c747fb1f7204d0b (diff)
downloadgpsd-e030575a5248f6ad125af9e05fa0bc63ad811618.tar.gz
u-blox name cleanup. All regression tests pass, PPS is live.
Diffstat (limited to 'monitor_ubx.c')
-rw-r--r--monitor_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/monitor_ubx.c b/monitor_ubx.c
index 865d8b37..a373e61d 100644
--- a/monitor_ubx.c
+++ b/monitor_ubx.c
@@ -9,7 +9,7 @@
#include "bits.h"
#include "gpsmon.h"
-#ifdef UBX_ENABLE
+#ifdef UBLOX_ENABLE
#include "driver_ubx.h"
extern const struct gps_type_t ubx_binary;
static WINDOW *satwin, *navsolwin, *dopwin, *ppswin;