diff --git a/lib/hooks/pps_ts.cpp b/lib/hooks/pps_ts.cpp index 6e35f060b..00f1c71ca 100644 --- a/lib/hooks/pps_ts.cpp +++ b/lib/hooks/pps_ts.cpp @@ -68,8 +68,8 @@ public: timeErr(0.0), period(0.0), cntEdges(0), - horizonComp(1), - horizonEst(1), + horizonComp(10), + horizonEst(10), filtLen(horizonEst + 1) { filtWin = new uintmax_t[filtLen];