Skip to content
Snippets Groups Projects
Commit 3b689502 authored by athatheo's avatar athatheo Committed by Orestis Ousoultzoglou
Browse files

Convert a parameter from uint8 to uint16

parent 5cfca419
No related branches found
No related tags found
No related merge requests found
...@@ -157,7 +157,7 @@ inline const uint16_t LoggerMaxMessageSize = 512; ...@@ -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 * @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 * @brief Defines whether the optional CRC field is included
......
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