helping master - undoing limp_manager change

This commit is contained in:
rusefi 2021-12-04 12:49:43 -05:00
parent f0fd53ed3c
commit 3bbcfeac59
1 changed files with 3 additions and 0 deletions

View File

@ -67,8 +67,11 @@ void LimpManager::updateState(int rpm, efitick_t nowNt) {
}
if (!engine->isMainRelayEnabled()) {
/*
todo AndreiKA this change breaks 22 unit tests?
allowFuel.clear();
allowSpark.clear();
*/
}
m_transientAllowInjection = allowFuel;