widening the gap for Nissan trigger
This commit is contained in:
parent
22f0884031
commit
1a721240c6
|
@ -17,7 +17,7 @@ void initializeNissanSR20VE(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
|
||||||
s->gapBothDirections = true;
|
s->gapBothDirections = true;
|
||||||
|
|
||||||
float w = 5;
|
float w = 5;
|
||||||
s->setTriggerSynchronizationGap2(9.67 * 0.75, 14.50);
|
s->setTriggerSynchronizationGap2(9.67 * 0.75, 16);
|
||||||
|
|
||||||
float base = 180;
|
float base = 180;
|
||||||
s->addEvent2(base - 15, T_PRIMARY, TV_RISE PASS_ENGINE_PARAMETER);
|
s->addEvent2(base - 15, T_PRIMARY, TV_RISE PASS_ENGINE_PARAMETER);
|
||||||
|
|
|
@ -250,5 +250,5 @@ int getRusEfiVersion(void) {
|
||||||
return 123; // this is here to make the compiler happy about the unused array
|
return 123; // this is here to make the compiler happy about the unused array
|
||||||
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
if (UNUSED_CCM_SIZE[0] * 0 != 0)
|
||||||
return 3211; // this is here to make the compiler happy about the unused array
|
return 3211; // this is here to make the compiler happy about the unused array
|
||||||
return 20170321;
|
return 20170322;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue