multiple assignments in one line is confusing

This commit is contained in:
Matthew Kennedy 2023-06-01 11:04:56 -07:00
parent 7e3d6f0a7a
commit 2255399257
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,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;