summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-04-16 02:10:08 -0400
committerEric S. Raymond <esr@thyrsus.com>2010-04-16 02:10:08 -0400
commit4e9796b59b6de9128d4be16fd297f41f982ea69d (patch)
treef9ccc2a061d5491f0458b215a3b544cfc59af8da /gps.h
parent9bca82dd25b7bff2f4b33207a786a1e85f44c1b1 (diff)
downloadgpsd-4e9796b59b6de9128d4be16fd297f41f982ea69d.tar.gz
Change the value of the (never shipped) ATTITUDE_SET flag.
Strictly cosmetic, but I wouldn't have gotten to do it after 2.93 without breaking binary compatibility. All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gps.h b/gps.h
index b3dbc7e0..901365fe 100644
--- a/gps.h
+++ b/gps.h
@@ -949,7 +949,7 @@ struct gps_data_t {
#define VERSION_SET 0x00000800u
#define HERR_SET 0x00001000u
#define VERR_SET 0x00002000u
-#define UNUSED1_SET 0x00004000u /* unused and reserved */
+#define ATTITUDE_SET 0x00004000u
#define POLICY_SET 0x00008000u
#define SATELLITE_SET 0x00010000u
#define RAW_SET 0x00020000u
@@ -965,7 +965,6 @@ struct gps_data_t {
#define RTCM3_SET 0x08000000u
#define AIS_SET 0x10000000u
#define PACKET_SET 0x20000000u
-#define ATTITUDE_SET 0x40000000u
#define AUXDATA_SET 0x80000000u /* reserved */
double online; /* NZ if GPS is on line, 0 if not.
*