WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
Showing only changes of commit 20f0707813 - Show all commits

View File

@ -25,8 +25,7 @@ union DataUnion {
}; };
struct DataWrapper { struct DataWrapper {
DataWrapper() = default; DataWrapper() = default;
DataWrapper(const uint8_t* data, size_t size): type(DataTypes::RAW) { DataWrapper(const uint8_t* data, size_t size): type(DataTypes::RAW) {