better code guard?

This commit is contained in:
rusefillc 2023-05-24 11:07:23 -04:00
parent fb2e64a6be
commit b7076bdaae
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include "fuel_math.h"
#include "fuel_computer.h"
#if EFI_ENGINE_CONTROL
mass_t FuelComputerBase::getCycleFuel(mass_t airmass, int rpm, float load) {
load = getTargetLambdaLoadAxis(load);
@ -80,3 +82,5 @@ float IFuelComputer::getLoadOverride(float defaultLoad, load_override_e override
default: return 0;
}
}
#endif // EFI_ENGINE_CONTROL