diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2013-11-13 21:15:26 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2013-11-13 21:15:26 -0500 |
commit | c156357dc42afafe9efed3597588a33a6055031e (patch) | |
tree | 1910eaa98378e6c4aa922ab53a128c454ac74380 /shared_json.c | |
parent | cfc75901928f2eb1ce3de20a747b2d01fb11093d (diff) | |
download | gpsd-c156357dc42afafe9efed3597588a33a6055031e.tar.gz |
ppsbar -> pps.
All regression tests pass. PPS is live in both gpsd and gpsmon.
Diffstat (limited to 'shared_json.c')
-rw-r--r-- | shared_json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared_json.c b/shared_json.c index 9c8320db..4c6f14ed 100644 --- a/shared_json.c +++ b/shared_json.c @@ -97,7 +97,7 @@ int json_watch_read(const char *buf, {"scaled", t_boolean, .addr.boolean = &ccp->scaled}, {"timing", t_boolean, .addr.boolean = &ccp->timing}, {"split24", t_boolean, .addr.boolean = &ccp->split24}, - {"ppsbar", t_boolean, .addr.boolean = &ccp->ppsbar}, + {"pps", t_boolean, .addr.boolean = &ccp->pps}, {"device", t_string, .addr.string = ccp->devpath, .len = sizeof(ccp->devpath)}, {"remote", t_string, .addr.string = ccp->remote, |