This commit is contained in:
rusefi 2020-03-26 19:22:14 -04:00
parent 7645e033eb
commit 612131cbd5
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));
}
};