poke
This commit is contained in:
parent
38bcd63e13
commit
f8803da107
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue