summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver_sirf.c')
-rw-r--r--driver_sirf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver_sirf.c b/driver_sirf.c
index 4a96dd79..5b701975 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -499,8 +499,9 @@ static gps_mask_t sirf_msg_navnot(struct gps_device_t *session,
switch (buf[1]) {
case 1:
+ /* last message sent every cycle */
definition = "SID_GPS_SIRFNAV_COMPLETE";
- /* mask = CLEAR_IS | REPORT_IS; */
+ mask = CLEAR_IS | REPORT_IS;
break;
case 2:
definition = "SID_GPS_SIRFNAV_TIMING";