widening the gap for Nissan trigger

This commit is contained in:
rusefi 2017-03-22 07:07:02 -04:00
parent 22f0884031
commit 1a721240c6
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ void initializeNissanSR20VE(TriggerShape *s DECLARE_ENGINE_PARAMETER_S) {
s->gapBothDirections = true;
float w = 5;
s->setTriggerSynchronizationGap2(9.67 * 0.75, 14.50);
s->setTriggerSynchronizationGap2(9.67 * 0.75, 16);
float base = 180;
s->addEvent2(base - 15, T_PRIMARY, TV_RISE PASS_ENGINE_PARAMETER);

View File

@ -250,5 +250,5 @@ int getRusEfiVersion(void) {
return 123; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE[0] * 0 != 0)
return 3211; // this is here to make the compiler happy about the unused array
return 20170321;
return 20170322;
}