From d09c6bf5a9f0a56cf3e510f87fe38f08acb57c6c Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Wed, 27 Mar 2019 18:32:05 -0700 Subject: driver_navcom: Remove unused variable. --- driver_navcom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_navcom.c') diff --git a/driver_navcom.c b/driver_navcom.c index 63c37475..41ae1ff6 100644 --- a/driver_navcom.c +++ b/driver_navcom.c @@ -874,8 +874,8 @@ static gps_mask_t handle_0xb5(struct gps_device_t *session) char *buf = (char *)session->lexer.outbuffer + 3; uint16_t week = getleu16(buf, 3); uint32_t tow = getleu32(buf, 5); - double rms = getled64(buf, 9); #ifdef __UNUSED__ + double rms = getled64(buf, 9); /* Reason why it's unused is these figures do not agree * with those obtained from the PVT report (handle_0xb1). * The figures from 0xb1 do agree with the values reported -- cgit v1.2.1