include guard
This commit is contained in:
@ -12,3 +12,4 @@ target_include_directories(${TARGET_NAME} PRIVATE
|
||||
if(NOT FSFW_CONFIG_PATH)
|
||||
set(FSFW_CONFIG_PATH ${CMAKE_CURRENT_SOURCE_DIR})
|
||||
endif()
|
||||
|
||||
|
@ -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_ */
|
||||
|
Reference in New Issue
Block a user