diff --git a/firmware/controllers/algo/event_registry.h b/firmware/controllers/algo/event_registry.h index 2b098f101f..97d6e26345 100644 --- a/firmware/controllers/algo/event_registry.h +++ b/firmware/controllers/algo/event_registry.h @@ -70,9 +70,10 @@ public: typedef ArrayList InjectionEventList; -class IgnitionEventList : public ArrayList { +class IgnitionEventList { public: IgnitionEventList(); + IgnitionEvent elements[MAX_IGNITION_EVENT_COUNT]; bool isReady; };