summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-05-12 18:45:28 -0400
commit7c506d8dc964781e59c1b9b5d6e43fb90e83b722 (patch)
tree34d16efa720aea2c01980e972ff29ad77a3c3aed /driver_ubx.c
parent068889d5a3950b1bacdfdf1f06dd8e4cd3b3f7ea (diff)
downloadgpsd-7c506d8dc964781e59c1b9b5d6e43fb90e83b722.tar.gz
XXX -> FIX-ME: Avoids false matches with autoconf cruft.
So we can grep for things that need to be cleaned up without a lot of noise. All regression tests pass.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 93a14be9..f9324177 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -106,7 +106,7 @@ ubx_msg_nav_sol(struct gps_device_t *session, unsigned char *buf,
break;
case UBX_MODE_2D:
case UBX_MODE_DR: /* consider this too as 2D */
- case UBX_MODE_GPSDR: /* XXX DR-aided GPS may be valid 3D */
+ case UBX_MODE_GPSDR: /* FIX-ME: DR-aided GPS may be valid 3D */
session->newdata.mode = MODE_2D;
break;
default: