From 88a0c062d32d34138cccdf199db522538840bd09 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 23 Aug 2014 18:35:20 -0400 Subject: PPS is no kinger marked unstable/experimental. --- libgps_core.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libgps_core.c') diff --git a/libgps_core.c b/libgps_core.c index bbaf8957..567cf254 100644 --- a/libgps_core.c +++ b/libgps_core.c @@ -321,14 +321,13 @@ void libgps_dump_state(struct gps_data_t *collect) collect->version.proto_minor); if (collect->set & POLICY_SET) (void)fprintf(debugfp, - "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, split24=%s pps=%s, devpath=%s\n", + "POLICY: watcher=%s nmea=%s raw=%d scaled=%s timing=%s, split24=%s devpath=%s\n", collect->policy.watcher ? "true" : "false", collect->policy.nmea ? "true" : "false", collect->policy.raw, collect->policy.scaled ? "true" : "false", collect->policy.timing ? "true" : "false", collect->policy.split24 ? "true" : "false", - collect->policy.pps ? "true" : "false", collect->policy.devpath); if (collect->set & SATELLITE_SET) { int i; -- cgit v1.2.1