fix for test

This commit is contained in:
Matthew Kennedy 2020-07-21 11:54:32 -07:00
parent 50873aae4c
commit 47bd4e54b0
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@ void EngineState::periodicFastCallback(DECLARE_ENGINE_PARAMETER_SIGNATURE) {
}
currentBaroCorrectedVE = baroCorrection * currentRawVE * PERCENT_DIV;
} else {
baseTableFuel = getBaseTableFuel(rpm, getFuelingLoad(PASS_ENGINE_PARAMETER_SIGNATURE));
baseTableFuel = getBaseTableFuel(rpm, getEngineLoadT(PASS_ENGINE_PARAMETER_SIGNATURE));
}
ENGINE(injectionDuration) = getInjectionDuration(rpm PASS_ENGINE_PARAMETER_SUFFIX);