Release v5.0.0 #657

Merged
gaisser merged 578 commits from development into master 2022-07-25 15:05:57 +02:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit ca508bfe61 - Show all commits

View File

@ -7,5 +7,3 @@ const fsfw::Version fsfw::FSFW_VERSION = {FSFW_VERSION_MAJOR, FSFW_VERSION_MINOR
fsfw::Version::Version(uint32_t major, uint32_t minor, uint32_t revision)
: major(major), minor(minor), revision(revision) {}
void fsfw::getVersion(Version& version) {}

View File

@ -32,8 +32,6 @@ class Version {
extern const fsfw::Version FSFW_VERSION;
void getVersion(Version& version);
} // namespace fsfw
#endif /* FSFW_SRC_FSFW_VERSION_H_ */