This commit is contained in:
rusefi 2020-12-13 16:31:47 -05:00
parent 38bcd63e13
commit f8803da107
1 changed files with 65 additions and 67 deletions

View File

@ -62,7 +62,6 @@ static void initializeSubaru7_6(TriggerWaveform *s, bool withCrankWheel) {
s->addEvent720(magic - 180 - 87 - width, T_SECONDARY, TV_RISE);
s->addEvent720(magic - 180 - 87, T_SECONDARY, TV_FALL);
s->addEvent720(magic - 180 - 55 - width, T_SECONDARY, TV_RISE);
s->addEvent720(magic - 180 - 55, T_SECONDARY, TV_FALL);
@ -80,7 +79,6 @@ static void initializeSubaru7_6(TriggerWaveform *s, bool withCrankWheel) {
s->addEvent720(magic, T_SECONDARY, TV_FALL);
}
s->addEvent720(343 - width, T_PRIMARY, TV_RISE);
s->addEvent720(343, T_PRIMARY, TV_FALL);