summaryrefslogtreecommitdiff
path: root/driver_sirf.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-01-03 10:43:16 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-01-03 10:43:16 -0500
commit80d7c002ba0656918c4461034956fb6bbd3bb35b (patch)
tree7276761835c30ea5dd69fa9ac28b2950cda4f791 /driver_sirf.c
parent7b432754a88822894a7fd97cca478b6497de1103 (diff)
downloadgpsd-80d7c002ba0656918c4461034956fb6bbd3bb35b.tar.gz
Reporting framework for subframes. All regression tests pass.
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 97ac62b1..96aa7518 100644
--- a/driver_sirf.c
+++ b/driver_sirf.c
@@ -460,7 +460,8 @@ static gps_mask_t sirf_msg_navdata(struct gps_device_t *session,
(void)sirf_write(session->gpsdata.gps_fd, disablesubframe);
}
#endif /* ALLOW_RECONFIGURE */
- return 0;
+
+ return SUBFRAME_IS;
}
#define SIRF_CHANNELS 12 /* max channels allowed in SiRF format */