Commit decc5dfd authored by Hal Murray's avatar Hal Murray
Browse files

Remove requires-PPSAPI for ATOM/22

There are no references to HAVE_PPSAPI in refclock_atom.c
There are several uses of PPSAPI (no HAVE_) in comments.
parent dec8c322
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -80,10 +80,15 @@ refclock_map = {
	22: {
		"descr":	"PPS Clock Discipline",
		"define":	"CLOCK_ATOM",
		"require":	["ppsapi"],
		"file":		"atom"
	},

        24: {
                "descr":        "Garmin GPS-18 in binary mode",
                "define":       "CLOCK_GARMIN",
                "file":         "garmin"
        },

	26: {
		"descr":	"Hewlett Packard 58503A GPS Receiver",
		"define":	"CLOCK_HPGPS",