auto-sync

This commit is contained in:
rusEfi 2016-07-17 12:02:12 -04:00
parent 5d6e96c76c
commit 0ea2bf7ac6
1 changed files with 2 additions and 2 deletions

View File

@ -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;