eive-obsw/mission/system/tree/comModeTree.h
Robin Mueller 699bc520f0
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
restructured tmtc modules a bit, added comDefinitions file
2022-04-28 16:38:06 +02:00

13 lines
217 B
C++

#ifndef MISSION_SYSTEM_TREE_COMMODETREE_H_
#define MISSION_SYSTEM_TREE_COMMODETREE_H_
namespace satsystem {
namespace com {
void init();
}
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_COMMODETREE_H_ */