done
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-01-28 14:49:28 +01:00
parent 036b388928
commit c63ca66f68
7 changed files with 27 additions and 5 deletions

View File

@ -1,12 +1,12 @@
#ifndef MISSION_SYSTEM_TREE_COMMODETREE_H_
#define MISSION_SYSTEM_TREE_COMMODETREE_H_
#include <fsfw/subsystem/Subsystem.h>
#include <mission/system/objects/ComSubsystem.h>
namespace satsystem {
namespace com {
extern Subsystem SUBSYSTEM;
extern ComSubsystem SUBSYSTEM;
void init();
} // namespace com