auto-sync
This commit is contained in:
parent
accbe4e3a8
commit
cc5cb306bd
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue