diff --git a/firmware/controllers/trigger/trigger_decoder.cpp b/firmware/controllers/trigger/trigger_decoder.cpp index 743d02ccc0..8aec63316f 100644 --- a/firmware/controllers/trigger/trigger_decoder.cpp +++ b/firmware/controllers/trigger/trigger_decoder.cpp @@ -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: diff --git a/firmware/svnversion.h b/firmware/svnversion.h index 25ec2c1137..af5e801009 100644 --- a/firmware/svnversion.h +++ b/firmware/svnversion.h @@ -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