eive-obsw/mission/system/tree/comModeTree.h
Robin Mueller 438f9f3358
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
com subsystem
2023-01-27 14:44:40 +01:00

17 lines
303 B
C++

#ifndef MISSION_SYSTEM_TREE_COMMODETREE_H_
#define MISSION_SYSTEM_TREE_COMMODETREE_H_
#include <fsfw/subsystem/Subsystem.h>
namespace satsystem {
namespace com {
extern Subsystem SUBSYSTEM;
void init();
} // namespace com
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_COMMODETREE_H_ */