From 0aeb4ea8e38e014aa5e22fd0d7349fd855f65df6 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Tue, 26 Mar 2019 17:54:54 -0700 Subject: gpsd_error_model(): be more consistent with HERR_SET. --- driver_ubx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'driver_ubx.c') 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 */ -- cgit v1.2.1