summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_nmea0183.c')
-rw-r--r--driver_nmea0183.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/driver_nmea0183.c b/driver_nmea0183.c
index e8293491..fb9e554f 100644
--- a/driver_nmea0183.c
+++ b/driver_nmea0183.c
@@ -1559,10 +1559,9 @@ static gps_mask_t processPSRFEPE(int c UNUSED, char *field[],
* we compute epx and epy later from the skyview */
if ('\0' != field[5][0]) {
- /* Estimated Vertical Position Error (meters, 0.01 resolution)
+ /* Estimated Vertical Position Error (meters, 0.01 resolution) */
session->newdata.epv = safe_atof(field[5]);
mask |= VERR_SET;
- not ready for prime time */
}
if ('\0' != field[6][0]) {