summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-09-01 04:15:32 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-09-01 04:15:32 +0000
commit3ac6e831d951904c243b502af6e0db3fadedc874 (patch)
tree6dcde65963326337b56eea904c20aa8b7dabd6bd /gps.h
parent1fe7b17d12a2b198b3365c6636fd276ee71ae10e (diff)
downloadgpsd-3ac6e831d951904c243b502af6e0db3fadedc874.tar.gz
More code-generation machinery.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 4cb87f97..412c65cb 100644
--- a/gps.h
+++ b/gps.h
@@ -498,7 +498,7 @@ struct ais_t
uint course; /* course over ground */
#define AIS_COURSE_NOT_AVAILABLE 3600
uint heading; /* true heading */
-#define AIS_NO_HEADING 511
+#define AIS_HEADING_NOT_AVAILABLE 511
uint second; /* seconds of UTC timestamp */
#define AIS_SEC_NOT_AVAILABLE 60
#define AIS_SEC_MANUAL 61