auto-sync
This commit is contained in:
parent
88eabd48c9
commit
c5113241e3
|
@ -119,6 +119,7 @@ void TriggerShape::clear() {
|
|||
}
|
||||
|
||||
void TriggerShape::initialize(operation_mode_e operationMode, bool needSecondTriggerInput) {
|
||||
clear();
|
||||
this->operationMode = operationMode;
|
||||
size = 0;
|
||||
this->needSecondTriggerInput = needSecondTriggerInput;
|
||||
|
|
Loading…
Reference in New Issue