1
0
forked from fsfw/fsfw

Using C++ to implement preamble. adding optional flag for carriage return

This commit is contained in:
2020-04-12 23:06:57 +02:00
parent 69e9710bf1
commit eb2df3d88c
6 changed files with 47 additions and 22 deletions

View File

@ -69,7 +69,7 @@ private:
struct SerializationArgs {
uint8_t ** buffer;
size_t * size;
const uint32_t max_size;
const size_t max_size;
bool bigEndian;
};
/**