multiple assignments in one line is confusing

(cherry picked from commit 2255399257)
This commit is contained in:
Matthew Kennedy 2023-06-01 11:04:56 -07:00 committed by rusefillc
parent 3d636ba37a
commit 0d1705599a
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ void TriggerWaveform::initialize(operation_mode_e operationMode, SyncEdge syncEd
gapTrackingLength = 1;
tdcPosition = 0;
shapeDefinitionError = useOnlyPrimaryForSync = false;
shapeDefinitionError = false;
useOnlyPrimaryForSync = false;
this->operationMode = operationMode;
this->syncEdge = syncEdge;