summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-18 14:41:09 -0700
committerGary E. Miller <gem@rellim.com>2019-04-18 14:41:09 -0700
commit0c766cbd9d2f3349336c3c9b6d8180da5c1255bb (patch)
tree747a8746d208407da1c2672762dec939e8fd32fd /gpsd.h
parente5779cc8fdb7668b56b6b5755a0707743357bbbd (diff)
downloadgpsd-0c766cbd9d2f3349336c3c9b6d8180da5c1255bb.tar.gz
net_ntrip: Pretend we understand RTCM 3.3
100% untested.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index 70f86726..6b3a2e75 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -476,6 +476,7 @@ struct ntrip_stream_t
fmt_rtcm3_0,
fmt_rtcm3_1,
fmt_rtcm3_2,
+ fmt_rtcm3_3,
fmt_unknown
} format;
int carrier;