docs
This commit is contained in:
parent
e48d4687c1
commit
5340f73f5c
|
@ -249,6 +249,7 @@ static ALWAYS_INLINE void handleFuelInjectionEvent(int injEventIndex, InjectionE
|
||||||
// If somebody commanded an impossibly short injection, do nothing.
|
// If somebody commanded an impossibly short injection, do nothing.
|
||||||
// Durations under 50us-ish aren't safe for the scheduler
|
// Durations under 50us-ish aren't safe for the scheduler
|
||||||
// as their order may be swapped, resulting in a stuck open injector
|
// 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)
|
if (injectionDuration < 0.050f)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue