#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_ */