System and Subsystem Init #166

Merged
meierj merged 73 commits from mueller/system-subsystems into develop 2022-03-22 17:41:20 +01:00
53 changed files with 1654 additions and 149 deletions
Showing only changes of commit f37c57d0bc - Show all commits

2
fsfw

Submodule fsfw updated: b6ed45a85c...16f2fa9327

View File

@@ -1,4 +1,10 @@
#ifndef MISSION_SYSTEM_TCSSUBSYSTEM_H_
#define MISSION_SYSTEM_TCSSUBSYSTEM_H_
#include <fsfw/subsystem/SubsystemBase.h>
class TcsSubsystem: SubsystemBase {
};
#endif /* MISSION_SYSTEM_TCSSUBSYSTEM_H_ */