optional module handling complete

This commit is contained in:
2021-07-19 18:26:54 +02:00
parent d47906e833
commit d4f5c31881
55 changed files with 207 additions and 54 deletions

8
src/fsfw/objectmanager.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef FSFW_SRC_FSFW_OBJECTMANAGER_H_
#define FSFW_SRC_FSFW_OBJECTMANAGER_H_
#include "objectmanager/ObjectManager.h"
#include "objectmanager/SystemObject.h"
#include "objectmanager/frameworkObjects.h"
#endif /* FSFW_SRC_FSFW_OBJECTMANAGER_H_ */