From 6a8081857f217298a873b7bde689214788fc8734 Mon Sep 17 00:00:00 2001 From: Manuel Pitz Date: Wed, 23 Mar 2022 13:24:12 +0100 Subject: [PATCH] Update pps_ts.cpp --- lib/hooks/pps_ts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hooks/pps_ts.cpp b/lib/hooks/pps_ts.cpp index cb4eccaa5..b31001303 100644 --- a/lib/hooks/pps_ts.cpp +++ b/lib/hooks/pps_ts.cpp @@ -92,7 +92,7 @@ public: const char *mode_str = nullptr; double fSmps = 0; - ret = json_unpack_ex(json, &err, 0, "{ s?: s, s?: f, s: F, s?: i, s?: i }", + ret = json_unpack_ex(json, &err, 0, "{ s?: s, s?: f, s?: F, s?: i, s?: i }", "mode", &mode_str, "threshold", &threshold, "expected_smp_rate", &fSmps,