1
0
forked from fsfw/fsfw

one define now

This commit is contained in:
2020-12-14 20:58:20 +01:00
parent b14c1c43cc
commit 14a0573f3d
4 changed files with 4 additions and 8 deletions

View File

@ -14,7 +14,7 @@
#include <map>
#if FSFW_DEBUG_OUTPUT == 1
#if FSFW_OBJ_EVENT_TRANSLATION == 1
// forward declaration, should be implemented by mission
extern const char* translateObject(object_id_t object);
extern const char* translateEvents(Event event);
@ -61,7 +61,7 @@ protected:
void notifyListeners(EventMessage *message);
#if FSFW_DEBUG_OUTPUT == 1
#if FSFW_OBJ_EVENT_TRANSLATION == 1
void printEvent(EventMessage *message);
#endif