diff --git a/common/kernel/timing.h b/common/kernel/timing.h index a6222a2e..ce6859c7 100644 --- a/common/kernel/timing.h +++ b/common/kernel/timing.h @@ -102,7 +102,7 @@ struct TimingAnalyser bool with_clock_skew = false; // REMOVE ME once approved - delay_t clock_delay_fac = 100; + delay_t clock_delay_fac = 1; bool setup_only = false; bool have_loops = false;