auto-sync

This commit is contained in:
rusEfi 2015-04-03 13:09:10 -05:00
parent 9e4e5167ad
commit 9ca7f4e227
2 changed files with 2 additions and 2 deletions

View File

@ -573,7 +573,7 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_F) {
engineConfiguration->accelLength = 6;
engineConfiguration->accelEnrichmentThreshold = 5; // kPa
// engineConfiguration->accelEnrichmentMultiplier = 2;
engineConfiguration->accelEnrichmentMultiplier = 2;
}
void resetConfigurationExt(Logging * logger, engine_type_e engineType DECLARE_ENGINE_PARAMETER_S) {

View File

@ -276,5 +276,5 @@ int getRusEfiVersion(void) {
return 1; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] == 0)
return 1; // this is here to make the compiler happy about the unused array
return 20150330;
return 20150403;
}