dropped this: {

(cherry picked from commit 322209d0ee)
This commit is contained in:
Matthew Kennedy 2023-05-29 13:58:51 -07:00 committed by rusefi
parent 959f1b359d
commit 68e945a8c0
1 changed files with 1 additions and 1 deletions

View File

@ -539,7 +539,7 @@ void onConfigurationChangeBenchTest() {
engineConfiguration->benchTestOnTime = 4;
}
if (engineConfiguration->benchTestOffTime < 5)
if (engineConfiguration->benchTestOffTime < 5) {
engineConfiguration->benchTestOffTime = 500;
}