WIP: develop_update #706

Draft
muellerr wants to merge 710 commits from eive/fsfw:develop_update into development
2 changed files with 0 additions and 4 deletions
Showing only changes of commit b27f3b84aa - 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_ */