1
0
forked from fsfw/fsfw

one define now

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

View File

@ -114,7 +114,7 @@ ReturnValue_t EventManager::unsubscribeFromEventRange(MessageQueueId_t listener,
return result;
}
#if FSFW_DEBUG_OUTPUT == 1
#if FSFW_OBJ_EVENT_TRANSLATION == 1
void EventManager::printEvent(EventMessage* message) {
const char *string = 0;