eive-obsw/mission/system/tree/system.cpp
Robin Mueller 0697cca88a
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
started acs subsystem
2022-04-25 13:36:11 +02:00

10 lines
132 B
C++

#include "system.h"
#include "acsModeTree.h"
#include "payloadModeTree.h"
void satsystem::init() {
acs::init();
pl::init();
}