auto-sync

This commit is contained in:
rusEfi 2014-11-26 17:03:29 -06:00
parent d8307efc0e
commit a38322fb14
2 changed files with 3 additions and 5 deletions

View File

@ -138,8 +138,6 @@ void TriggerState::decodeTriggerEvent(
}
isFirstEvent = false;
efiAssertVoid(currentDuration >= 0, "decode: negative duration?");
// todo: skip a number of signal from the beginning
#if EFI_PROD_CODE
@ -298,7 +296,7 @@ void initializeTriggerShape(Logging *logger, engine_configuration_s const *engin
case TT_TOOTHED_WHEEL_60_2:
setToothedWheelConfiguration(triggerShape, 60, 2, engineConfiguration);
setTriggerSynchronizationGap(triggerShape, 2.5);
setTriggerSynchronizationGap(triggerShape, 3);
break;
case TT_TOOTHED_WHEEL_36_1:

View File

@ -1,5 +1,5 @@
// This file was generated by Version2Header
// Fri Nov 21 11:57:01 EST 2014
// Wed Nov 26 17:54:29 EST 2014
#ifndef VCS_VERSION
#define VCS_VERSION "5450"
#define VCS_VERSION "5615"
#endif