1
0
forked from fsfw/fsfw

Actually, not that horrible, thanks to sed

This commit is contained in:
2020-04-21 22:28:43 +02:00
parent 2093329481
commit cf3190a904
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);
}