Robin Mueller
0697cca88a
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
12 lines
150 B
C++
12 lines
150 B
C++
#include <fsfw/subsystem/modes/ModeDefinitions.h>
|
|
|
|
class Subsystem;
|
|
|
|
namespace satsystem {
|
|
namespace acs {
|
|
|
|
void init();
|
|
|
|
}
|
|
} // namespace satsystem
|