From 6463b1a125e270d7bdb58d2bf4bc1156bf4aa993 Mon Sep 17 00:00:00 2001 From: Cole Walker Date: Wed, 23 Jun 2021 10:33:35 -0400 Subject: [PATCH 5/6] p5 Increase the minimum clockcheck interval for stability --- clockcheck.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clockcheck.c b/clockcheck.c index 544ce9b..2588f7b 100644 --- a/clockcheck.c +++ b/clockcheck.c @@ -23,7 +23,7 @@ #include "clockcheck.h" #include "print.h" -#define CHECK_MIN_INTERVAL 100000000 +#define CHECK_MIN_INTERVAL 1000000000 #define CHECK_MAX_FREQ 900000000 struct clockcheck { -- 2.29.2