v1.10.0 #220

Merged
meierj merged 592 commits from develop into main 2022-04-22 07:42:20 +02:00
86 changed files with 2690 additions and 513 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_ */