Robin Mueller
612a475eec
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good
9 lines
216 B
C
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_ */
|