auto-sync
This commit is contained in:
parent
9e4e5167ad
commit
9ca7f4e227
|
@ -573,7 +573,7 @@ void setDefaultConfiguration(DECLARE_ENGINE_PARAMETER_F) {
|
||||||
|
|
||||||
engineConfiguration->accelLength = 6;
|
engineConfiguration->accelLength = 6;
|
||||||
engineConfiguration->accelEnrichmentThreshold = 5; // kPa
|
engineConfiguration->accelEnrichmentThreshold = 5; // kPa
|
||||||
// engineConfiguration->accelEnrichmentMultiplier = 2;
|
engineConfiguration->accelEnrichmentMultiplier = 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
void resetConfigurationExt(Logging * logger, engine_type_e engineType DECLARE_ENGINE_PARAMETER_S) {
|
void resetConfigurationExt(Logging * logger, engine_type_e engineType DECLARE_ENGINE_PARAMETER_S) {
|
||||||
|
|
|
@ -276,5 +276,5 @@ int getRusEfiVersion(void) {
|
||||||
return 1; // this is here to make the compiler happy about the unused array
|
return 1; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] == 0)
|
if (UNUSED_CCM_SIZE[0] == 0)
|
||||||
return 1; // this is here to make the compiler happy about the unused array
|
return 1; // this is here to make the compiler happy about the unused array
|
||||||
return 20150330;
|
return 20150403;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue