auto-sync
This commit is contained in:
parent
cce147ddce
commit
c779e07a4b
|
@ -33,8 +33,8 @@ class InjectionEvent {
|
||||||
public:
|
public:
|
||||||
InjectionEvent();
|
InjectionEvent();
|
||||||
/**
|
/**
|
||||||
* This is a performance optimization - it's more efficient to handle all
|
* This is a performance optimization for IM_SIMULTANEOUS fuel strategy.
|
||||||
* injectors together if that's the case
|
* It's more efficient to handle all injectors together if that's the case
|
||||||
*/
|
*/
|
||||||
bool isSimultanious;
|
bool isSimultanious;
|
||||||
NamedOutputPin *output;
|
NamedOutputPin *output;
|
||||||
|
|
Loading…
Reference in New Issue