Skip to content
Snippets Groups Projects
Commit 62c23b66 authored by kpetridis's avatar kpetridis
Browse files

Removed redundant Definition

parent b809ffc1
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment