summaryrefslogtreecommitdiff
path: root/driver_navcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_navcom.c')
-rw-r--r--driver_navcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_navcom.c b/driver_navcom.c
index 50ff5811..60d65d8f 100644
--- a/driver_navcom.c
+++ b/driver_navcom.c
@@ -777,7 +777,7 @@ static gps_mask_t handle_0x86(struct gps_device_t *session)
gpsd_report(LOG_ERROR,
"Navcom: packet type 0x86: too many satellites!\n");
gpsd_zero_satellites(&session->gpsdata);
- return ERROR_IS;
+ return 0;
}
prn = getub(buf, n);
tracking_status = getub(buf, n + 1);