ASTP 1.1.0 Merge Development in Master #441

Merged
gaisser merged 265 commits from development into master 2021-06-29 14:11:46 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8f4ab6d7ed - Show all commits

View File

@ -57,7 +57,7 @@ public:
return &entry;
}
T entry;
T entry = 0;
};
#endif /* FSFW_SERIALIZE_SERIALIZEELEMENT_H_ */