auto-sync

This commit is contained in:
rusEfi 2015-04-14 13:08:13 -04:00
parent ef9f886e06
commit d243e9cd9f
1 changed files with 6 additions and 1 deletions

View File

@ -250,7 +250,12 @@ void TriggerShape::addEvent(float angle, trigger_wheel_e const waveIndex, trigge
*/
angle /= engineCycle;
expectedEventCount[waveIndex]++;
#if EFI_PROD_CODE
// todo: PASS_ENGINE?
if (!engineConfiguration->useOnlyFrontForTrigger || stateParam == TV_HIGH) {
expectedEventCount[waveIndex]++;
}
#endif
efiAssertVoid(angle > 0, "angle should be positive");
if (size > 0) {