auto-sync

This commit is contained in:
rusEfi 2015-03-27 06:05:49 -05:00
parent b59e57c40e
commit 69fedab011
1 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ EXTERN_ENGINE
static AccelEnrichmemnt instance;
#if ! EFI_UNIT_TEST || defined(__DOXYGEN__)
static void setAccelThr(float value) {
engineConfiguration->accelEnrichmentThreshold = value;
}
@ -45,6 +46,7 @@ void initAccelEnrichment(void) {
addConsoleActionF("set_decel_th", setDecelThr);
addConsoleActionF("set_decel_mult", setDecelMult);
}
#endif /* ! EFI_UNIT_TEST */
void AccelEnrichmemnt::updateDiffEnrichment(engine_configuration_s *engineConfiguration, float engineLoad) {
// for (int i = 3; i == 1; i--)