auto-sync

This commit is contained in:
rusEfi 2014-12-17 18:04:20 -06:00
parent fa1798eb2e
commit a2c392a4b2
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ void configureNeon2003TriggerShape(trigger_shape_s *s) {
s->gapBothDirections = true;
// are these non-default values really needed here now that the gap is finally precise?
setTriggerSynchronizationGap2(s, 0.8 * CHRYSLER_NGC_GAP, 1.37 * CHRYSLER_NGC_GAP);
setTriggerSynchronizationGap2(s, 0.8 * CHRYSLER_NGC_GAP, 1.55 * CHRYSLER_NGC_GAP);
s->addEvent(base + 26, T_PRIMARY, TV_HIGH);
s->addEvent(base + 62, T_PRIMARY, TV_LOW);

View File

@ -265,5 +265,5 @@ int getRusEfiVersion(void) {
return 1; // this is here to make the compiler happy about the unused array
if (UNUSED_CCM_SIZE == 0)
return 1; // this is here to make the compiler happy about the unused array
return 20141216;
return 20141217;
}