Robin Mueller
699bc520f0
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
13 lines
217 B
C++
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_ */
|