getter not required anymore
This commit is contained in:
parent
345a799031
commit
ca508bfe61
@ -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)
|
fsfw::Version::Version(uint32_t major, uint32_t minor, uint32_t revision)
|
||||||
: major(major), minor(minor), revision(revision) {}
|
: major(major), minor(minor), revision(revision) {}
|
||||||
|
|
||||||
void fsfw::getVersion(Version& version) {}
|
|
||||||
|
@ -32,8 +32,6 @@ class Version {
|
|||||||
|
|
||||||
extern const fsfw::Version FSFW_VERSION;
|
extern const fsfw::Version FSFW_VERSION;
|
||||||
|
|
||||||
void getVersion(Version& version);
|
|
||||||
|
|
||||||
} // namespace fsfw
|
} // namespace fsfw
|
||||||
|
|
||||||
#endif /* FSFW_SRC_FSFW_VERSION_H_ */
|
#endif /* FSFW_SRC_FSFW_VERSION_H_ */
|
||||||
|
Loading…
Reference in New Issue
Block a user