From c8dfcb349d6829580be82df360c20c7980872fdd Mon Sep 17 00:00:00 2001 From: athatheo <athatheoc@gmail.com> Date: Wed, 6 Apr 2022 18:57:59 +0000 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- inc/ECSS_Definitions.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/ECSS_Definitions.hpp b/inc/ECSS_Definitions.hpp index 21f85dd6..48fbf0f1 100644 --- a/inc/ECSS_Definitions.hpp +++ b/inc/ECSS_Definitions.hpp @@ -168,7 +168,7 @@ inline const uint8_t ECSSMaxHousekeepingStructures = 10; * The max number of controlled application processes * @see RealTimeForwardingControlService */ -inline const uint8_t ECSSMaxControlledApplications = 5; +inline const uint8_t ECSSMaxControlledApplicationProcesses = 5; /** * The max number of report type blocking definitions per service type definition in the application process -- GitLab