auto-sync
This commit is contained in:
parent
775950e919
commit
38092270e6
|
@ -306,6 +306,8 @@ static void setTimingMode(int value) {
|
|||
}
|
||||
|
||||
void setEngineType(int value) {
|
||||
enginePins.stopPins();
|
||||
|
||||
engineConfiguration->engineType = (engine_type_e) value;
|
||||
resetConfigurationExt(&logger, (engine_type_e) value PASS_ENGINE_PARAMETER);
|
||||
#if EFI_ENGINE_SNIFFER || defined(__DOXYGEN__)
|
||||
|
|
|
@ -290,5 +290,5 @@ int getRusEfiVersion(void) {
|
|||
return 123; // this is here to make the compiler happy about the unused array
|
||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||
return 3211; // this is here to make the compiler happy about the unused array
|
||||
return 20161102;
|
||||
return 20161104;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue