This commit is contained in:
rusefillc 2022-04-02 19:31:31 -04:00
parent 6b5747d4c8
commit 96cc09d166
1 changed files with 4 additions and 0 deletions

View File

@ -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;