diff --git a/firmware/controllers/trigger/decoders/trigger_chrysler.cpp b/firmware/controllers/trigger/decoders/trigger_chrysler.cpp index b6f149983e..d25c04619b 100644 --- a/firmware/controllers/trigger/decoders/trigger_chrysler.cpp +++ b/firmware/controllers/trigger/decoders/trigger_chrysler.cpp @@ -30,7 +30,6 @@ void initDodgeRam(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) { void configureNeon2003TriggerShapeCrank(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) { s->initialize(FOUR_STROKE_CRANK_SENSOR, false); s->useRiseEdge = true; - s->gapBothDirections = false; s->setTriggerSynchronizationGap(3); int m = 2; @@ -108,7 +107,6 @@ void configureNeon2003TriggerShapeCam(TriggerShape *s DECLARE_ENGINE_PARAMETER_S s->initialize(FOUR_STROKE_CAM_SENSOR, !useOnlyPrimary); s->useRiseEdge = true; - s->gapBothDirections = false; s->tdcPosition = 496; diff --git a/firmware/controllers/trigger/decoders/trigger_honda.cpp b/firmware/controllers/trigger/decoders/trigger_honda.cpp index b2f970824a..49f3bc93e0 100644 --- a/firmware/controllers/trigger/decoders/trigger_honda.cpp +++ b/firmware/controllers/trigger/decoders/trigger_honda.cpp @@ -182,7 +182,6 @@ void configureHondaCbr600custom(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) { s->isSynchronizationNeeded = true; s->setTriggerSynchronizationGap2(0.7, 1.1); - s->gapBothDirections = false; float a = 0;