Update FSFW #45

Merged
meierj merged 26 commits from mueller/master into eive/develop 2022-03-25 14:56:19 +01:00
2 changed files with 0 additions and 4 deletions
Showing only changes of commit 06577ed78a - 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_ */