1
0
forked from fsfw/fsfw

include guard replacements

This commit is contained in:
2020-10-10 17:14:52 +02:00
parent 94884c2402
commit 3aa666633e
11 changed files with 31 additions and 31 deletions

View File

@ -1,5 +1,5 @@
#ifndef FRAMEWORK_PUS_SERVICE5EVENTREPORTING_H_
#define FRAMEWORK_PUS_SERVICE5EVENTREPORTING_H_
#ifndef FSFW_PUS_SERVICE5EVENTREPORTING_H_
#define FSFW_PUS_SERVICE5EVENTREPORTING_H_
#include "../tmtcservices/PusServiceBase.h"
#include "../events/EventMessage.h"
@ -83,4 +83,4 @@ private:
ReturnValue_t generateEventReport(EventMessage message);
};
#endif /* MISSION_PUS_SERVICE5EVENTREPORTING_H_ */
#endif /* FSFW_PUS_SERVICE5EVENTREPORTING_H_ */