summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-27 10:37:36 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-27 10:37:36 +0000
commit87b50e3f3f5c0305e6cefdc4f7a517f7d961f8b7 (patch)
tree9c40e628026c41dd37ff063dffdf23fe71f9ceec /gps.h
parentc083980a2b24da5ab8e0c223d19cfa46d82465ac (diff)
downloadgpsd-87b50e3f3f5c0305e6cefdc4f7a517f7d961f8b7.tar.gz
Correct an erroneous type declration.
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 c1b5f601..856d5bc5 100644
--- a/gps.h
+++ b/gps.h
@@ -167,7 +167,7 @@ struct rtcm2_t {
#define HEALTH_DONOTUSE (3) /* Do not use this radiobeacon */
int snr; /* signal-to-noise ratio, dB */
#define SNR_BAD -1 /* not reported */
- unsigned int health_en; /* health enabled */
+ bool health_en; /* health enabled */
bool new_data; /* new data? */
bool los_warning; /* line-of-sight warning */
unsigned int tou; /* time to unhealth, seconds */