auto-sync

This commit is contained in:
rusEfi 2015-10-31 09:02:38 -04:00
parent 88eabd48c9
commit c5113241e3
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ void TriggerShape::clear() {
} }
void TriggerShape::initialize(operation_mode_e operationMode, bool needSecondTriggerInput) { void TriggerShape::initialize(operation_mode_e operationMode, bool needSecondTriggerInput) {
clear();
this->operationMode = operationMode; this->operationMode = operationMode;
size = 0; size = 0;
this->needSecondTriggerInput = needSecondTriggerInput; this->needSecondTriggerInput = needSecondTriggerInput;