I2C reboot procedure for EIVE system
This commit is contained in:
12
mission/system/treeUtil.h
Normal file
12
mission/system/treeUtil.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef MISSION_SYSTEM_TREE_UTIL_H_
|
||||
#define MISSION_SYSTEM_TREE_UTIL_H_
|
||||
|
||||
#include <fsfw/retval.h>
|
||||
|
||||
namespace subsystem {
|
||||
|
||||
void checkInsert(ReturnValue_t result, const char* ctx);
|
||||
|
||||
}
|
||||
|
||||
#endif /* MISSION_SYSTEM_TREE_UTIL_H_ */
|
Reference in New Issue
Block a user