summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-05-02 13:17:42 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-05-02 13:17:42 -0400
commitdfbea279a00c3565c32f7f908e176b9f5b2cfbef (patch)
treeb2aa0804cf6f7bf9d715b540e042323bd6930818 /gps.h
parent04293ddbc091058131e91a8b27ff6b34aa98ba0f (diff)
downloadgpsd-dfbea279a00c3565c32f7f908e176b9f5b2cfbef.tar.gz
RTCM3 R104 JSON unoacking.
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 ddc7ef1f..44c5fc8c 100644
--- a/gps.h
+++ b/gps.h
@@ -424,7 +424,7 @@ struct rtcm3_t {
struct rtcm3_1014_t {
unsigned int network_id; /* Network ID */
unsigned int subnetwork_id; /* Subnetwork ID */
- unsigned char stationcount; /* # auxiliary stations transmitted */
+ unsigned int stationcount; /* # auxiliary stations transmitted */
unsigned int master_id; /* Master Reference Station ID */
unsigned int aux_id; /* Auxilary Reference Station ID */
double d_lat, d_lon, d_alt; /* Aux-master location delta */