fsfw-example-hosted/generators/events/translateEvents.h
Robin Mueller 8570c9e327
Some checks failed
fsfw/fsfw example hosted/pipeline/head There was a failure building this commit
re-generate events
2022-05-20 09:12:36 +02: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_ */