From c5113241e363c85ceeb3127c809fd79144661232 Mon Sep 17 00:00:00 2001 From: rusEfi Date: Sat, 31 Oct 2015 09:02:38 -0400 Subject: [PATCH] auto-sync --- firmware/controllers/trigger/trigger_structure.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/firmware/controllers/trigger/trigger_structure.cpp b/firmware/controllers/trigger/trigger_structure.cpp index a2b99631f3..5553db10a4 100644 --- a/firmware/controllers/trigger/trigger_structure.cpp +++ b/firmware/controllers/trigger/trigger_structure.cpp @@ -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;