This commit is contained in:
rusefi 2018-06-23 09:37:48 -04:00
parent e48d4687c1
commit 5340f73f5c
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ static ALWAYS_INLINE void handleFuelInjectionEvent(int injEventIndex, InjectionE
// If somebody commanded an impossibly short injection, do nothing.
// Durations under 50us-ish aren't safe for the scheduler
// as their order may be swapped, resulting in a stuck open injector
// see https://github.com/rusefi/rusefi/pull/596 for more details
if (injectionDuration < 0.050f)
{
return;