From a305fbfffde69a7d46a1965f7a5e31f1aa650c7d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 12 Apr 2011 17:34:17 -0400 Subject: Note that we got RTCM3 1006 along with 1005. --- driver_rtcm3.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'driver_rtcm3.c') diff --git a/driver_rtcm3.c b/driver_rtcm3.c index cbff3fcf..16dc0db4 100644 --- a/driver_rtcm3.c +++ b/driver_rtcm3.c @@ -22,22 +22,15 @@ 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, 1008, -1012, 1013, 1029. +Decodes of the following types have been verified: 1004, 1005, 1006, +1008, 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. *****************************************************************************/ -#include #include -#include "gpsd_config.h" -#ifndef S_SPLINT_S -#include -#include -#include /* for ntohl(3) and friends */ -#endif /* S_SPLINT_S */ #include "gpsd.h" #include "bits.h" -- cgit v1.2.1