From 96cc09d166f0ef39ac93c12f69062f3acf6071f4 Mon Sep 17 00:00:00 2001 From: rusefillc Date: Sat, 2 Apr 2022 19:31:31 -0400 Subject: [PATCH] huh? --- firmware/controllers/trigger/decoders/trigger_structure.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/firmware/controllers/trigger/decoders/trigger_structure.cpp b/firmware/controllers/trigger/decoders/trigger_structure.cpp index 38881e2c83..e3f57ab625 100644 --- a/firmware/controllers/trigger/decoders/trigger_structure.cpp +++ b/firmware/controllers/trigger/decoders/trigger_structure.cpp @@ -457,6 +457,10 @@ void TriggerWaveform::initializeTriggerWaveform(operation_mode_e ambiguousOperat switch (triggerConfig->type) { case TT_TOOTHED_WHEEL: + /** + * huh? why all know skipped wheel shapes use 'setToothedWheelConfiguration' method + * which touches 'useRiseEdge' flag while here we do not touch it?! + */ initializeSkippedToothTriggerWaveformExt(this, triggerConfig->customTotalToothCount, triggerConfig->customSkippedToothCount, ambiguousOperationMode); break;