auto-sync

This commit is contained in:
rusEfi 2016-11-04 16:02:50 -04:00
parent 9e32b0ae18
commit 0887b6d3cf
1 changed files with 1 additions and 1 deletions

View File

@ -306,7 +306,7 @@ static void setTimingMode(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;
resetConfigurationExt(&logger, (engine_type_e) value PASS_ENGINE_PARAMETER);