include guard

This commit is contained in:
2021-01-01 21:18:44 +01:00
parent 7b15a5a431
commit 1dd42f1b3c
2 changed files with 4 additions and 3 deletions

View File

@ -12,3 +12,4 @@ target_include_directories(${TARGET_NAME} PRIVATE
if(NOT FSFW_CONFIG_PATH)
set(FSFW_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR})
endif()

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_ */