bringing code up-to-date

This commit is contained in:
rusefillc 2021-12-04 12:18:52 -05:00
parent 9357e171ce
commit 0d3853878f
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ void LimpManager::updateState(int rpm, efitick_t nowNt) {
allowFuel.clear();
}
if (!engine->isMainRelayEnabled(PASS_ENGINE_PARAMETER_SIGNATURE)) {
if (!engine->isMainRelayEnabled()) {
allowFuel.clear();
allowSpark.clear();
}