fix decode error with imtq defintions
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 16:25:16 +01:00
parent 339b8e8ecc
commit 2cdd192eeb
4 changed files with 248 additions and 248 deletions

View File

@ -3,6 +3,6 @@
#include "fsfw/events/Event.h"
const char* translateEvents(Event event);
const char * translateEvents(Event event);
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */