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