missing preproc define

This commit is contained in:
Robin Müller 2021-10-07 10:34:35 +02:00
parent 85a90a6ec5
commit 6bc2b36ed0
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -143,6 +143,8 @@ void EventManager::printEvent(EventMessage* message) {
}
}
#if FSFW_OBJ_EVENT_TRANSLATION == 1
void EventManager::printUtility(sif::OutputTypes printType, EventMessage *message) {
const char *string = 0;
if(printType == sif::OutputTypes::OUT_INFO) {
@ -209,3 +211,5 @@ void EventManager::printUtility(sif::OutputTypes printType, EventMessage *messag
}
#endif /* FSFW_OBJ_EVENT_TRANSLATION == 1 */
#endif /* FSFW_OBJ_EVENT_TRANSLATION == 1 */