This commit is contained in:
rusefi 2020-03-26 19:22:14 -04:00
parent 9385e9fc8f
commit c778a44c8f
1 changed files with 6 additions and 0 deletions

View File

@ -96,6 +96,12 @@ class BoostControl: public PeriodicTimerController {
#endif /* EFI_TUNER_STUDIO */
}
#if EFI_LAUNCH_CONTROL
if (engine->setLaunchBoostDuty) {
duty = engineConfiguration->launchBoostDuty;
}
#endif /* EFI_LAUNCH_CONTROL */
boostPwmControl.setSimplePwmDutyCycle(PERCENT_TO_DUTY(duty));
}
};