this should work

This commit is contained in:
Robin Müller 2021-04-09 00:45:04 +02:00
parent d92a20a669
commit 40cc3c383b
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public:
}
SerializeElement() :
LinkedElement<SerializeIF>(this), entry(0) {
LinkedElement<SerializeIF>(this), entry() {
}
ReturnValue_t serialize(uint8_t **buffer, size_t *size, size_t maxSize,