summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-25 18:22:27 -0700
committerGary E. Miller <gem@rellim.com>2019-03-25 18:22:27 -0700
commitbd1fbbd962a450f4c91b699b7ea771a7a89720a0 (patch)
tree75f040dff7c2c60195a946e00aee81963d8d420c /driver_nmea0183.c
parent4192d27002bf42826fb245a3bad6b7c287b44b41 (diff)
downloadgpsd-bd1fbbd962a450f4c91b699b7ea771a7a89720a0.tar.gz
drivber_nmae0183: Comment $xxDTM fails due to cycle ender.
Comes after cycle ender, so never output...
Diffstat (limited to 'driver_nmea0183.c')
-rw-r--r--driver_nmea0183.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_nmea0183.c b/driver_nmea0183.c
index c5f44800..4e20fe6b 100644
--- a/driver_nmea0183.c
+++ b/driver_nmea0183.c
@@ -1612,6 +1612,7 @@ static gps_mask_t processPSRFEPE(int c UNUSED, char *field[],
/* NMEA Map Datum
*
+ * FIXME: seems to happen after cycle ender, so nothing happens...
*/
static gps_mask_t processDTM(int c UNUSED, char *field[],
struct gps_device_t *session)