diff --git a/config/commonSystemObjects.h b/config/commonObjects.h similarity index 100% rename from config/commonSystemObjects.h rename to config/commonObjects.h diff --git a/example/test/FsfwExampleTask.cpp b/example/test/FsfwExampleTask.cpp index c478763..2c194c2 100644 --- a/example/test/FsfwExampleTask.cpp +++ b/example/test/FsfwExampleTask.cpp @@ -7,7 +7,7 @@ #include #include "OBSWConfig.h" -#include "commonSystemObjects.h" +#include "commonObjects.h" #include "objects/systemObjectList.h" FsfwExampleTask::FsfwExampleTask(object_id_t objectId)