Robin Mueller
699bc520f0
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
12 lines
172 B
C++
12 lines
172 B
C++
#include "system.h"
|
|
|
|
#include "acsModeTree.h"
|
|
#include "comModeTree.h"
|
|
#include "payloadModeTree.h"
|
|
|
|
void satsystem::init() {
|
|
acs::init();
|
|
pl::init();
|
|
com::init();
|
|
}
|