diff --git a/firmware/controllers/bench_test.cpp b/firmware/controllers/bench_test.cpp index 9a8dc31982..d8552599cc 100644 --- a/firmware/controllers/bench_test.cpp +++ b/firmware/controllers/bench_test.cpp @@ -136,7 +136,7 @@ static void pinbench(float p_ontimeMs, float p_offtimeMs, int iterations, { onTimeMs = p_ontimeMs; offTimeMs = p_offtimeMs; - count = iterations; + count = maxI(2, iterations); pinX = pinParam; // let's signal bench thread to wake up isBenchTestPending = true;