initialize etbControllers (#1338)
This commit is contained in:
parent
1911d07d1a
commit
c9d43283c2
|
@ -54,7 +54,7 @@ public:
|
||||||
explicit Engine(persistent_config_s *config);
|
explicit Engine(persistent_config_s *config);
|
||||||
Engine();
|
Engine();
|
||||||
|
|
||||||
IEtbController *etbControllers[ETB_COUNT];
|
IEtbController *etbControllers[ETB_COUNT] = {nullptr};
|
||||||
|
|
||||||
cyclic_buffer<int> triggerErrorDetection;
|
cyclic_buffer<int> triggerErrorDetection;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue