auto-sync
This commit is contained in:
parent
d8307efc0e
commit
a38322fb14
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue