auto-sync

This commit is contained in:
rusEfi 2016-11-28 13:02:24 -05:00
parent 474e929c58
commit 2c176a1204
1 changed files with 2 additions and 1 deletions

View File

@ -70,9 +70,10 @@ public:
typedef ArrayList<InjectionEvent, MAX_INJECTION_OUTPUT_COUNT> InjectionEventList; typedef ArrayList<InjectionEvent, MAX_INJECTION_OUTPUT_COUNT> InjectionEventList;
class IgnitionEventList : public ArrayList<IgnitionEvent, MAX_IGNITION_EVENT_COUNT> { class IgnitionEventList {
public: public:
IgnitionEventList(); IgnitionEventList();
IgnitionEvent elements[MAX_IGNITION_EVENT_COUNT];
bool isReady; bool isReady;
}; };