auto-sync
This commit is contained in:
parent
5d6e96c76c
commit
0ea2bf7ac6
|
@ -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