auto-sync

This commit is contained in:
rusEfi 2016-11-04 16:02:50 -04:00
parent accbe4e3a8
commit cc5cb306bd
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ static void setTimingMode(int value) {
} }
void setEngineType(int value) { void setEngineType(int value) {
enginePins.stopPins(); // this is mostly needed by functional tests // enginePins.stopPins(); // this is mostly needed by functional tests
engineConfiguration->engineType = (engine_type_e) value; engineConfiguration->engineType = (engine_type_e) value;
resetConfigurationExt(&logger, (engine_type_e) value PASS_ENGINE_PARAMETER); resetConfigurationExt(&logger, (engine_type_e) value PASS_ENGINE_PARAMETER);