From 62c23b66f4c2ea2c25894ed47b4928ea91c2abf2 Mon Sep 17 00:00:00 2001
From: kpetridis <petridkon@gmail.com>
Date: Wed, 6 Apr 2022 21:56:02 +0300
Subject: [PATCH] Removed redundant Definition

---
 inc/ECSS_Definitions.hpp                    | 7 -------
 inc/Helpers/ForwardControlConfiguration.hpp | 2 +-
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/inc/ECSS_Definitions.hpp b/inc/ECSS_Definitions.hpp
index 4099eefb..21f85dd6 100644
--- a/inc/ECSS_Definitions.hpp
+++ b/inc/ECSS_Definitions.hpp
@@ -184,13 +184,6 @@ inline const uint8_t ECSSMaxReportTypeDefinitions = 20;
  */
 inline const uint8_t ECSSMaxServiceTypeDefinitions = 15;
 
-/**
- * The max number of housekeeping structure IDs per housekeeping parameter report type definition in the housekeeping
- * parameter report configuration
- * @see RealTimeForwardingControlService
- */
-inline const uint8_t ECSSMaxHousekeepingStructureIDs = 10;
-
 /**
  * The max number of event definition IDs per event report blocking type definition in the event report blocking
  * configuration
diff --git a/inc/Helpers/ForwardControlConfiguration.hpp b/inc/Helpers/ForwardControlConfiguration.hpp
index ad47508c..ec94f0d1 100644
--- a/inc/Helpers/ForwardControlConfiguration.hpp
+++ b/inc/Helpers/ForwardControlConfiguration.hpp
@@ -74,7 +74,7 @@ public:
 	/**
 	 * Vector containing the Housekeeping structure IDs.
 	 */
-	typedef etl::vector<uint8_t, ECSSMaxHousekeepingStructureIDs> housekeepingStructureIds;
+	typedef etl::vector<uint8_t, ECSSMaxHousekeepingStructures> housekeepingStructureIds;
 
 	/**
 	 * Map containing the Housekeeping definitions (application processes). Each application has its own ID. The ID is
-- 
GitLab