summaryrefslogtreecommitdiff
path: root/driver_tsip.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_tsip.c')
-rw-r--r--driver_tsip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_tsip.c b/driver_tsip.c
index ed1e5e5f..f3801c46 100644
--- a/driver_tsip.c
+++ b/driver_tsip.c
@@ -574,7 +574,7 @@ static gps_mask_t tsip_parse_input(struct gps_device_t *session)
case 0x5e: /* Additional Fix Status Report */
break;
case 0x6c: /* Satellite Selection List */
- u1 = getub(buf, 0); /* nsvs/dimension UNUSED */
+ //u1 = getub(buf, 0); /* nsvs/dimension UNUSED */
count = (int)getub(buf, 17);
if (len != (18 + count))
break;