eive-obsw/mission/system/systemTree.h
Robin Mueller 3bd434bbc3
Some checks failed
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
I2C reboot procedure for EIVE system
2023-04-06 16:50:33 +02:00

15 lines
256 B
C++

#ifndef MISSION_SYSTEM_TREE_SYSTEM_H_
#define MISSION_SYSTEM_TREE_SYSTEM_H_
#include <mission/system/EiveSystem.h>
namespace satsystem {
void init();
extern EiveSystem EIVE_SYSTEM;
} // namespace satsystem
#endif /* MISSION_SYSTEM_TREE_SYSTEM_H_ */