WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
1 changed files with 1 additions and 2 deletions
Showing only changes of commit 20f0707813 - Show all commits

View File

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