auto-sync

This commit is contained in:
rusEfi 2014-11-12 09:03:20 -06:00
parent c3fcef775e
commit 8dd2e2d958
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ void FuelSchedule::addFuelEvents(trigger_shape_s *s,
/** /**
* also fire the 2nd half of the injectors so that we can implement a batch mode on individual wires * also fire the 2nd half of the injectors so that we can implement a batch mode on individual wires
*/ */
pin = (io_pin_e) ((int) INJECTOR_1_OUTPUT + index + (engineConfiguration->cylindersCount / 2)); pin = INJECTOR_PIN_BY_INDEX(index + (engineConfiguration->cylindersCount / 2));
registerInjectionEvent(s, pin, angle, false PASS_ENGINE_PARAMETER); registerInjectionEvent(s, pin, angle, false PASS_ENGINE_PARAMETER);
} }
break; break;