summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-11 07:45:59 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-11 07:45:59 -0400
commita945af2b0075e0412091deb7c4d27e7f77c891eb (patch)
tree1b0caa91379302665dc80cd05f850e58b5572b52 /driver_rtcm3.c
parent6457da0570c5d99ee7164cdb38e3d32c87fe9d6d (diff)
downloadgpsd-a945af2b0075e0412091deb7c4d27e7f77c891eb.tar.gz
Decode of RTCM3 type 1005 is working.
Diffstat (limited to 'driver_rtcm3.c')
-rw-r--r--driver_rtcm3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver_rtcm3.c b/driver_rtcm3.c
index cd61f542..7d10a35f 100644
--- a/driver_rtcm3.c
+++ b/driver_rtcm3.c
@@ -22,7 +22,7 @@ passing RTCM corrections to a GPS, which normally should just be
passed an entire correction packet for processing by their internal
firmware.
-Decodes of the following types have been verified: 1029,
+Decodes of the following types have been verified: 1005, 1029
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.