auto-sync

This commit is contained in:
rusEfi 2016-08-19 12:03:18 -04:00
parent 139f520415
commit a6c5982394
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,6 @@ TriggerShape::TriggerShape() :
initialize(OM_NONE, false);
wave.waves = h.waves;
useOnlyPrimaryForSync = false;
isSynchronizationNeeded = false;
// todo: reuse 'clear' method?
invertOnAdd = false;
@ -116,6 +115,8 @@ void TriggerShape::initialize(operation_mode_e operationMode, bool needSecondTri
tdcPosition = 0;
useOnlyPrimaryForSync = false;
useRiseEdge = true;
invertOnAdd = false;