helping master
This commit is contained in:
parent
47d84d8c0d
commit
43ae2cf9c6
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue