bringing code up-to-date
This commit is contained in:
parent
9357e171ce
commit
0d3853878f
|
@ -66,7 +66,7 @@ void LimpManager::updateState(int rpm, efitick_t nowNt) {
|
||||||
allowFuel.clear();
|
allowFuel.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!engine->isMainRelayEnabled(PASS_ENGINE_PARAMETER_SIGNATURE)) {
|
if (!engine->isMainRelayEnabled()) {
|
||||||
allowFuel.clear();
|
allowFuel.clear();
|
||||||
allowSpark.clear();
|
allowSpark.clear();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue