rusefi 2024-02-19 01:07:27 -05:00 committed by rusefillc
parent aa0d2d2cf4
commit 3d8daf758b
1 changed files with 3 additions and 2 deletions

View File

@ -153,8 +153,9 @@ static void initializeSubaru7_6(TriggerWaveform *s, bool withCrankWheel) {
SUBARU76_CAM_PULSE(4, 0);
// why is this trigger gap wider than average?
s->setTriggerSynchronizationGap2(6.53 * TRIGGER_GAP_DEVIATION_LOW, 10.4 * TRIGGER_GAP_DEVIATION_HIGH);
s->setTriggerSynchronizationGap3(1, 0.8 * TRIGGER_GAP_DEVIATION_LOW, 1 * TRIGGER_GAP_DEVIATION_HIGH);
s->setTriggerSynchronizationGap3(/*index*/0, 6.53 * TRIGGER_GAP_DEVIATION_LOW, 10.4 * TRIGGER_GAP_DEVIATION_HIGH);
s->setTriggerSynchronizationGap3(/*index*/1, 0.3, 1 * TRIGGER_GAP_DEVIATION_HIGH);
s->setTriggerSynchronizationGap3(/*index*/2, 0.08, 0.3);
s->useOnlyPrimaryForSync = withCrankWheel;
}