summaryrefslogtreecommitdiff
path: root/driver_ubx.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-12 17:15:55 -0700
committerGary E. Miller <gem@rellim.com>2019-04-12 17:15:55 -0700
commitea944908e5cabd5555f82c61abef66c5d05ef7ca (patch)
treee2fa4c52da3dc01dbd0b335a40a9d3f50d94f113 /driver_ubx.h
parentcc1b062bcf71356a5eed161dd3478825fb8f147e (diff)
downloadgpsd-ea944908e5cabd5555f82c61abef66c5d05ef7ca.tar.gz
driver_ubx: More UBX-NAVB-PVT cleanup.
Diffstat (limited to 'driver_ubx.h')
-rw-r--r--driver_ubx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver_ubx.h b/driver_ubx.h
index ccce48c4..751f94dc 100644
--- a/driver_ubx.h
+++ b/driver_ubx.h
@@ -239,5 +239,6 @@ typedef enum {
#define UBX_NAV_PVT_FLAG_GPS_FIX_OK 0x01
#define UBX_NAV_PVT_FLAG_DGPS 0x02
+#define UBX_NAV_PVT_FLAG_HDG_OK 0x20
#endif /* _GPSD_UBX_H_ */