auto-sync

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

View File

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