initialize etbControllers (#1338)

This commit is contained in:
Matthew Kennedy 2020-04-21 05:18:32 -07:00 committed by GitHub
parent fa178e0972
commit 58e7738718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public:
explicit Engine(persistent_config_s *config);
Engine();
IEtbController *etbControllers[ETB_COUNT];
IEtbController *etbControllers[ETB_COUNT] = {nullptr};
cyclic_buffer<int> triggerErrorDetection;