moved fsfwconfig into linux folder

This commit is contained in:
2021-05-17 20:03:56 +02:00
parent fd29f6ce85
commit 9ccd0d2e72
35 changed files with 165 additions and 52 deletions

View File

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