summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-12-18 18:24:21 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-12-18 18:24:21 +0000
commitf00b96ea794bed82bc3d0f9b279b5f7cd09547c5 (patch)
tree9bc30141f943a2600f44afed5be3acb31165ebd5 /gps.h
parentd467b5f0eaa04ac482f3117cd7f79e4ff6f73674 (diff)
downloadgpsd-f00b96ea794bed82bc3d0f9b279b5f7cd09547c5.tar.gz
Arrgh. I confused ERR_SET with ERROR_SET in a couple of places.
ERR_SET is now gone entirely, so in the extremely unlikely even that an app developer got caught by this (could never happen unless they shipped a bad command via the deprecated gps_send() entry point) the code will break noisily. All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index b1ea5fac..fb208a4c 100644
--- a/gps.h
+++ b/gps.h
@@ -895,7 +895,6 @@ struct gps_data_t {
#define VERR_SET 0x00002000u
#define PERR_SET 0x00004000u
#define POLICY_SET 0x00008000u /* only used in client library */
-#define ERR_SET (HERR_SET|VERR_SET|PERR_SET)
#define SATELLITE_SET 0x00010000u
#define RAW_SET 0x00020000u
#define USED_SET 0x00040000u