auto-sync

This commit is contained in:
rusEfi 2016-11-04 06:03:31 -04:00
parent 775950e919
commit 38092270e6
2 changed files with 3 additions and 1 deletions

View File

@ -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__)

View File

@ -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;
}