1
0
forked from fsfw/fsfw

Actually, not that horrible, thanks to sed

This commit is contained in:
Uli
2020-04-21 22:28:43 +02:00
parent a42832ca01
commit 6553450b4b
51 changed files with 458 additions and 566 deletions

View File

@ -26,7 +26,7 @@ public:
streamEndianness);
}
uint32_t getSerializedSize() const override {
size_t getSerializedSize() const override {
return SerializeAdapter::getSerializedSize(&entry);
}