dead idle FSIO

This commit is contained in:
rusefillc 2021-08-14 01:48:03 -04:00
parent 870ce23912
commit e445d9724e
1 changed files with 1 additions and 7 deletions

View File

@ -63,13 +63,7 @@ public:
#if EFI_UNIT_TEST
EXPAND_Engine;
#endif
float result = parameters->offset;
#if EFI_FSIO
if (engineConfiguration->useFSIO12ForIdleOffset) {
return result + ENGINE(fsioState.fsioIdleOffset);
}
#endif /* EFI_FSIO */
return result;
return parameters->offset;
}
float getMinValue() const override {