auto-sync
This commit is contained in:
parent
474e929c58
commit
2c176a1204
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue