Robin Mueller ec7ce5ddb6
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit
ploc components now compile for hosted (linux)
2022-11-10 17:32:11 +01:00

9 lines
216 B
C

#ifndef FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
#define FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_
#include "fsfw/events/Event.h"
const char *translateEvents(Event event);
#endif /* FSFWCONFIG_EVENTS_TRANSLATEEVENTS_H_ */