added readme and efaultcfg

This commit is contained in:
2020-10-20 17:39:48 +02:00
parent 9309562716
commit 057f3b859e
23 changed files with 787 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#ifndef CONFIG_OBJECTS_TRANSLATEOBJECTS_H_
#define CONFIG_OBJECTS_TRANSLATEOBJECTS_H_
#include <fsfw/objectmanager/ObjectManagerIF.h>
const char* translateObject(object_id_t object);
#endif /* CONFIG_OBJECTS_TRANSLATEOBJECTS_H_ */