event manager improvements #741

Merged
mohr merged 6 commits from eive/fsfw:event_manager_improvements into development 2023-05-25 15:46:43 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 067cb7d0f8 - Show all commits

View File

@ -30,7 +30,7 @@
*/
void Factory::produceFrameworkObjects(void* args) {
setStaticFrameworkObjectIds();
new EventManager(objects::EVENT_MANAGER);
new EventManager(objects::EVENT_MANAGER, 80);
new HealthTable(objects::HEALTH_TABLE);
new InternalErrorReporter(objects::INTERNAL_ERROR_REPORTER);