helping master

This commit is contained in:
rusefillc 2022-03-11 13:07:11 -05:00
parent 51b594c9ca
commit ddbe2987b0
1 changed files with 2 additions and 1 deletions

View File

@ -76,6 +76,7 @@ todo AndreiKA this change breaks 22 unit tests?
*/
}
#if EFI_LAUNCH_CONTROL
// Fuel cut if launch control engaged
if (engine->launchController.isLaunchFuelRpmRetardCondition()) {
allowFuel.clear(ClearReason::LaunchCut);
@ -86,7 +87,7 @@ todo AndreiKA this change breaks 22 unit tests?
if (engine->launchController.isLaunchSparkRpmRetardCondition()) {
allowSpark.clear(ClearReason::LaunchCut);
}
#endif // EFI_LAUNCH_CONTROL
m_transientAllowInjection = allowFuel;
m_transientAllowIgnition = allowSpark;