From f9fe1ff8a403600f94f24c0482a7c5f17bb3498d Mon Sep 17 00:00:00 2001 From: rusEfi Date: Mon, 28 Nov 2016 13:02:24 -0500 Subject: [PATCH] auto-sync --- firmware/controllers/algo/event_registry.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; };