1
0
forked from fsfw/fsfw

serial buffer adapter bugfix

This commit is contained in:
2020-06-11 16:19:22 +02:00
parent 206235ed47
commit 6838a9e768
2 changed files with 9 additions and 9 deletions

View File

@ -45,7 +45,7 @@ public:
virtual ~SerialBufferAdapter();
virtual ReturnValue_t serialize(uint8_t** buffer, size_t* size,
virtual ReturnValue_t serialize(uint8_t** buffer_, size_t* size,
const size_t max_size, bool bigEndian) const override;
virtual size_t getSerializedSize() const;