This commit is contained in:
parent
9385e9fc8f
commit
c778a44c8f
|
@ -96,6 +96,12 @@ class BoostControl: public PeriodicTimerController {
|
||||||
#endif /* EFI_TUNER_STUDIO */
|
#endif /* EFI_TUNER_STUDIO */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if EFI_LAUNCH_CONTROL
|
||||||
|
if (engine->setLaunchBoostDuty) {
|
||||||
|
duty = engineConfiguration->launchBoostDuty;
|
||||||
|
}
|
||||||
|
#endif /* EFI_LAUNCH_CONTROL */
|
||||||
|
|
||||||
boostPwmControl.setSimplePwmDutyCycle(PERCENT_TO_DUTY(duty));
|
boostPwmControl.setSimplePwmDutyCycle(PERCENT_TO_DUTY(duty));
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue