huh?
This commit is contained in:
parent
6b5747d4c8
commit
96cc09d166
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue