summaryrefslogtreecommitdiff
path: root/driver_navcom.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-16 20:42:26 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-16 20:42:26 -0400
commitddc22ff56acef0690abfd22ee640cda4eb143933 (patch)
treebcbccbbab554a3e2915abfad9b5fe91a6604ff08 /driver_navcom.c
parent61ab6a6636762115689a190b4a9fe3386008d24c (diff)
downloadgpsd-ddc22ff56acef0690abfd22ee640cda4eb143933.tar.gz
Cleanup motivated by new cppcheck with more tests. All regression tests pass.
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index accc8efb..ac5adf07 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -897,9 +897,9 @@ static gps_mask_t handle_0xb5(struct gps_device_t *session)
* with those obtained from the PVT report (handle_0xb1).
* The figures from 0xb1 do agree with the values reported
* by Navcom's PC utility */
- double ellips_maj = getled(buf, 17);
- double ellips_min = getled(buf, 25);
- double ellips_azm = getled(buf, 33);
+ //double ellips_maj = getled(buf, 17);
+ //double ellips_min = getled(buf, 25);
+ //double ellips_azm = getled(buf, 33);
double lat_sd = getled(buf, 41);
double lon_sd = getled(buf, 49);
double alt_sd = getled(buf, 57);