Robin Mueller
0f609fdaba
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
10 lines
170 B
C++
10 lines
170 B
C++
#include <fsfw/subsystem/modes/ModeDefinitions.h>
|
|
|
|
class Subsystem;
|
|
|
|
namespace satsystem {
|
|
|
|
void initAcsSubsystem(object_id_t satSystemObjId);
|
|
|
|
} // namespace satsystem
|