Skip to content
Snippets Groups Projects
Commit 52f01495 authored by Orestis Ousoultzoglou's avatar Orestis Ousoultzoglou
Browse files

Merge branch 'uintsize-fix' into 'master'

Convert a parameter from uint8 to uint16

See merge request acubesat/obc/ecss-services!117
parents 5cfca419 3b689502
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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