summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-26 17:54:54 -0700
committerGary E. Miller <gem@rellim.com>2019-03-26 17:54:54 -0700
commit0aeb4ea8e38e014aa5e22fd0d7349fd855f65df6 (patch)
treef26533efc0ea41a72ccd72998d2d24a3f7dc6a13 /driver_ubx.c
parentc62422428a31bad52c665a20fede7c6ab4d1d301 (diff)
downloadgpsd-0aeb4ea8e38e014aa5e22fd0d7349fd855f65df6.tar.gz
gpsd_error_model(): be more consistent with HERR_SET.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 3ec8aa5e..5e2ac966 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -513,7 +513,7 @@ static gps_mask_t
ubx_msg_nav_posllh(struct gps_device_t *session, unsigned char *buf,
size_t data_len UNUSED)
{
- gps_mask_t mask = ONLINE_SET | VERR_SET;
+ gps_mask_t mask = ONLINE_SET | HERR_SET | VERR_SET;
/* FIXME: should also get time, lat/lon/alt */
/* Horizontal accuracy estimate in mm, unknown type */