auto-sync

This commit is contained in:
rusEfi 2015-11-11 10:03:21 -05:00
parent 7a4445b477
commit e145b11df8
2 changed files with 0 additions and 3 deletions

View File

@ -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);
}
}

View File

@ -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();