auto-sync
This commit is contained in:
parent
28289a2d77
commit
f9fe1ff8a4
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue