preproc define correction

This commit is contained in:
Robin Müller 2020-11-05 11:57:05 +01:00
parent 5efbc7496a
commit 8d109b7cd0

View File

@ -42,7 +42,7 @@ ReturnValue_t EventManager::performOperation(uint8_t opCode) {
EventMessage message;
result = eventReportQueue->receiveMessage(&message);
if (result == HasReturnvaluesIF::RETURN_OK) {
#ifdef FSFW_OBJECTMANAGER_
#if FSFW_OBJ_EVENT_TRANSLATION == 1
printEvent(&message);
#endif
notifyListeners(&message);