auto-sync
This commit is contained in:
parent
7a4445b477
commit
e145b11df8
|
@ -249,7 +249,6 @@ void Engine::periodicFastCallback(DECLARE_ENGINE_PARAMETER_F) {
|
|||
engine->engineState.currentVE = engine->engineState.baroCorrection * veMap.getValue(map, rpm) * 0.01;
|
||||
engine->engineState.targerAFR = afrMap.getValue(map, rpm);
|
||||
} else {
|
||||
float engineLoad = getEngineLoadT(PASS_ENGINE_PARAMETER_F);
|
||||
engine->engineState.baseTableFuel = getBaseTableFuel(engineConfiguration, rpm, engineLoad);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -198,8 +198,6 @@ void turnOnHardware(Logging *sharedLogger) {
|
|||
#endif /* EFI_SHAFT_POSITION_INPUT */
|
||||
}
|
||||
|
||||
extern engine_configuration_s activeConfiguration;
|
||||
|
||||
void applyNewHardwareSettings(void) {
|
||||
#if EFI_SHAFT_POSITION_INPUT || defined(__DOXYGEN__)
|
||||
applyNewTriggerInputPins();
|
||||
|
|
Loading…
Reference in New Issue