mirror of https://github.com/rusefi/rusefi-1.git
dead idle FSIO
This commit is contained in:
parent
870ce23912
commit
e445d9724e
|
@ -63,13 +63,7 @@ public:
|
||||||
#if EFI_UNIT_TEST
|
#if EFI_UNIT_TEST
|
||||||
EXPAND_Engine;
|
EXPAND_Engine;
|
||||||
#endif
|
#endif
|
||||||
float result = parameters->offset;
|
return parameters->offset;
|
||||||
#if EFI_FSIO
|
|
||||||
if (engineConfiguration->useFSIO12ForIdleOffset) {
|
|
||||||
return result + ENGINE(fsioState.fsioIdleOffset);
|
|
||||||
}
|
|
||||||
#endif /* EFI_FSIO */
|
|
||||||
return result;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
float getMinValue() const override {
|
float getMinValue() const override {
|
||||||
|
|
Loading…
Reference in New Issue