From 68e945a8c0f67b4e9d1795bdea81607bfba06a07 Mon Sep 17 00:00:00 2001 From: Matthew Kennedy Date: Mon, 29 May 2023 13:58:51 -0700 Subject: [PATCH] dropped this: { (cherry picked from commit 322209d0ee26708d221694113b617ab7f0f2e511) --- firmware/controllers/bench_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/bench_test.cpp b/firmware/controllers/bench_test.cpp index 0f9e65a37d..716c15239c 100644 --- a/firmware/controllers/bench_test.cpp +++ b/firmware/controllers/bench_test.cpp @@ -539,7 +539,7 @@ void onConfigurationChangeBenchTest() { engineConfiguration->benchTestOnTime = 4; } - if (engineConfiguration->benchTestOffTime < 5) + if (engineConfiguration->benchTestOffTime < 5) { engineConfiguration->benchTestOffTime = 500; }