auto-sync

This commit is contained in:
rusEfi 2016-06-14 01:01:38 -04:00
parent a499b88857
commit e742b88958
1 changed files with 2 additions and 0 deletions

View File

@ -385,6 +385,7 @@ static void configureOnePlusOne(TriggerShape *s, operation_mode_e operationMode)
s->addEvent(720, T_SECONDARY, TV_FALL);
s->isSynchronizationNeeded = false;
s->useOnlyPrimaryForSync = true;
}
static void configureOnePlus60_2(TriggerShape *s, operation_mode_e operationMode) {
@ -402,6 +403,7 @@ static void configureOnePlus60_2(TriggerShape *s, operation_mode_e operationMode
NO_RIGHT_FILTER);
s->isSynchronizationNeeded = false;
s->useOnlyPrimaryForSync = true;
}
static TriggerState state CCM_OPTIONAL;