From 6114dddb291b8d24b2735602cf9b88766c7ef953 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 20 May 2022 08:43:22 +0200 Subject: [PATCH] delete obsolete file --- CMakeLists.txt | 2 +- bsp_hosted/core/ObjectFactory.cpp | 1 - bsp_hosted/fsfwconfig/tmtc/pusIds.h | 6 ------ example_common | 2 +- 4 files changed, 2 insertions(+), 9 deletions(-) delete mode 100644 bsp_hosted/fsfwconfig/tmtc/pusIds.h diff --git a/CMakeLists.txt b/CMakeLists.txt index bad47a6..0f9fe92 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -89,7 +89,7 @@ endif() # ############################################################################## # Add executable -add_executable(${TARGET_NAME}) +add_executable(${TARGET_NAME} example_common/config/common/definitions.h) # Add subdirectories if(LIB_OS_NAME) diff --git a/bsp_hosted/core/ObjectFactory.cpp b/bsp_hosted/core/ObjectFactory.cpp index 33569f5..6900a18 100644 --- a/bsp_hosted/core/ObjectFactory.cpp +++ b/bsp_hosted/core/ObjectFactory.cpp @@ -2,7 +2,6 @@ #include #include -#include #include #include #include diff --git a/bsp_hosted/fsfwconfig/tmtc/pusIds.h b/bsp_hosted/fsfwconfig/tmtc/pusIds.h deleted file mode 100644 index 13b59c7..0000000 --- a/bsp_hosted/fsfwconfig/tmtc/pusIds.h +++ /dev/null @@ -1,6 +0,0 @@ -#ifndef FSFWCONFIG_TMTC_PUSIDS_H_ -#define FSFWCONFIG_TMTC_PUSIDS_H_ - -#include - -#endif /* FSFWCONFIG_TMTC_PUSIDS_H_ */ diff --git a/example_common b/example_common index 21e9987..f17612b 160000 --- a/example_common +++ b/example_common @@ -1 +1 @@ -Subproject commit 21e998763671026bcc53e1df26acdd40e6589fd5 +Subproject commit f17612bd0e2fe00d86002ce29453ef2d1fe82d86