auto-sync

This commit is contained in:
rusEfi 2016-11-04 07:01:51 -04:00
parent 38092270e6
commit accbe4e3a8
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();
enginePins.stopPins(); // this is mostly needed by functional tests
engineConfiguration->engineType = (engine_type_e) value;
resetConfigurationExt(&logger, (engine_type_e) value PASS_ENGINE_PARAMETER);