From 3b689502c7e816b16f5bfb8de8b2e6f5fc946f6d Mon Sep 17 00:00:00 2001
From: athatheo <athatheoc@gmail.com>
Date: Tue, 23 Aug 2022 03:32:31 +0000
Subject: [PATCH] Convert a parameter from uint8 to uint16

---
 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 e9b97e01..0e49823c 100644
--- a/inc/ECSS_Definitions.hpp
+++ b/inc/ECSS_Definitions.hpp
@@ -157,7 +157,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 = 500;
+inline const uint16_t ECSSParameterCount = 500;
 
 /**
  * @brief Defines whether the optional CRC field is included
-- 
GitLab