diff --git a/firmware/controllers/algo/launch_control.cpp b/firmware/controllers/algo/launch_control.cpp index 1841b8dc31..c47e799299 100644 --- a/firmware/controllers/algo/launch_control.cpp +++ b/firmware/controllers/algo/launch_control.cpp @@ -102,8 +102,9 @@ void LaunchControlBase::update() { combinedConditions = isLaunchConditionMet(rpm); //and still recalculate in case user changed the values - retardThresholdRpm = engineConfiguration->launchRpm + (engineConfiguration->enableLaunchRetard ? - engineConfiguration->launchAdvanceRpmRange : 0) + engineConfiguration->hardCutRpmRange; + retardThresholdRpm = engineConfiguration->launchRpm + + (engineConfiguration->enableLaunchRetard ? engineConfiguration->launchAdvanceRpmRange : 0) + + engineConfiguration->hardCutRpmRange; if (!combinedConditions) { // conditions not met, reset timer