summaryrefslogtreecommitdiff
path: root/driver_rtcm3.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-12 15:54:43 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-12 15:54:43 -0400
commitca99bc3c0cce58f39aebd87028a11720b68f6888 (patch)
treea83a1991489f7c6156d7e623ce28b9ac1733c4f1 /driver_rtcm3.c
parentcf8402b3d76b74cf9cb7824f21d07a1df14745ea (diff)
downloadgpsd-ca99bc3c0cce58f39aebd87028a11720b68f6888.tar.gz
RTCM3 message analysis for 1012 and 1013 is correct.
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 1c817278..f74d3f05 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: 1004, 1005, 1029
+Decodes of the following types have been verified: 1004, 1005, 1012, 1013, 1029.
This file is Copyright (c) 2010 by the GPSD project
BSD terms apply: see the file COPYING in the distribution root for details.