auto-sync

This commit is contained in:
rusEfi 2016-08-18 21:01:47 -04:00
parent 122f4d9a33
commit 6845722612
1 changed files with 1 additions and 1 deletions

View File

@ -112,9 +112,9 @@ void TriggerShape::initialize(operation_mode_e operationMode, bool needSecondTri
memset(dutyCycle, 0, sizeof(dutyCycle));
memset(eventAngles, 0, sizeof(eventAngles));
// memset(triggerIndexByAngle, 0, sizeof(triggerIndexByAngle));
setTriggerSynchronizationGap(2);
tdcPosition = 0;
setTriggerSynchronizationGap(2);
// todo: true here, false in constructor() what a mess!
useRiseEdge = true;