From 1391cae46671f3bf6a05b24bb6bd69475e3daf08 Mon Sep 17 00:00:00 2001 From: athatheo <athatheoc@gmail.com> Date: Mon, 25 Jul 2022 12:45:42 +0000 Subject: [PATCH] Update inc/ECSS_Definitions.hpp --- 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 27ba18b7..86b0561c 100644 --- a/inc/ECSS_Definitions.hpp +++ b/inc/ECSS_Definitions.hpp @@ -142,7 +142,7 @@ inline const uint16_t LoggerMaxMessageSize = 512; /** * @brief Size of the map holding references to each Parameter object for the ST[20] parameter service */ -inline const uint8_t ECSSParameterCount = 12; +inline const uint8_t ECSSParameterCount = 250; /** * @brief Defines whether the optional CRC field is included -- GitLab