summaryrefslogtreecommitdiff
path: root/driver_ubx.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-05-20 15:12:20 -0700
committerGary E. Miller <gem@rellim.com>2019-05-20 15:12:20 -0700
commit23e8a97837a7c97a358d9f4454e80dc810ea0876 (patch)
tree9ccef3299d481421bf20f1a142f7a8330bff294f /driver_ubx.c
parentb3539a64b2d1062d3491d3068ac36a599f73d0d6 (diff)
downloadgpsd-23e8a97837a7c97a358d9f4454e80dc810ea0876.tar.gz
driver_ubx: Comment UBX-NAV-SAT does not have sigid.
Weird.
Diffstat (limited to 'driver_ubx.c')
-rw-r--r--driver_ubx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_ubx.c b/driver_ubx.c
index 95c61ab5..399c8e54 100644
--- a/driver_ubx.c
+++ b/driver_ubx.c
@@ -1000,6 +1000,7 @@ ubx_msg_nav_sat(struct gps_device_t *session, unsigned char *buf,
unsigned char cno = getub(buf, off + 2);
uint32_t flags = getleu32(buf, off + 8);
bool used = (bool)(flags & 0x08);
+ /* Notice NO sigid! */
nmea_PRN = ubx2_to_prn(gnssId, svId);