auto-sync

This commit is contained in:
rusEfi 2015-09-24 20:01:25 -04:00
parent 402315fd1c
commit a34a9db087
1 changed files with 5 additions and 12 deletions

View File

@ -496,21 +496,14 @@ void testTriggerDecoder(void) {
EngineTestHelper eth(DODGE_NEON_2003);
EXPAND_EngineTestHelper;
//
// printf("!!!!!!!!!!!!!!!!!! Now trying with only front events !!!!!!!!!!!!!!!!!\r\n");
//
// engineConfiguration->useOnlyFrontForTrigger = true;
//
// applyNonPersistentConfiguration(NULL PASS_ENGINE_PARAMETER);
// prepareShapes(PASS_ENGINE_PARAMETER_F);
//
// initSpeedDensity(PASS_ENGINE_PARAMETER_F);
//
// TriggerShape *t = &eth.engine.triggerShape;
printf("!!!!!!!!!!!!!!!!!! Now trying with only front events !!!!!!!!!!!!!!!!!\r\n");
engineConfiguration->useOnlyFrontForTrigger = true;
applyNonPersistentConfiguration(NULL PASS_ENGINE_PARAMETER);
prepareShapes(PASS_ENGINE_PARAMETER_F);
printTriggerDebug = false;
}
testTriggerDecoder2("sachs", SACHS, 0, 0.4800, 0.000);