include guard

This commit is contained in:
Robin Müller 2021-01-01 18:06:33 +01:00
parent f223aa148e
commit ced753b513
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
#ifndef FACTORY_H_
#define FACTORY_H_
#ifndef FSFWCONFIG_OBJECTS_FACTORY_H_
#define FSFWCONFIG_OBJECTS_FACTORY_H_
#include <fsfw/objectmanager/SystemObjectIF.h>
#include <cstddef>
@ -14,4 +14,4 @@ namespace Factory {
}
#endif /* FACTORY_H_ */
#endif /* FSFWCONFIG_OBJECTS_FACTORY_H_ */