fix miata default (#1781)
This commit is contained in:
parent
044fa6d083
commit
7d7acc3e5f
|
@ -408,6 +408,7 @@ void setMazdaMiata2003EngineConfiguration(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
|
||||||
|
|
||||||
// high-side driver with +12v VP jumper
|
// high-side driver with +12v VP jumper
|
||||||
engineConfiguration->tachOutputPin = GPIOE_8; // tachometer
|
engineConfiguration->tachOutputPin = GPIOE_8; // tachometer
|
||||||
|
engineConfiguration->tachPulsePerRev = 2;
|
||||||
|
|
||||||
// set global_trigger_offset_angle 0
|
// set global_trigger_offset_angle 0
|
||||||
engineConfiguration->globalTriggerAngleOffset = 0;
|
engineConfiguration->globalTriggerAngleOffset = 0;
|
||||||
|
|
Loading…
Reference in New Issue