Compare commits

...

1 Commits

Author SHA1 Message Date
b5d6b9745f undef major and minor 2022-03-10 09:56:23 +01:00

View File

@@ -2,6 +2,9 @@
#include "fsfw/FSFWVersion.h"
#undef major
#undef minor
const fsfw::Version fsfw::FSFW_VERSION = {FSFW_VERSION_MAJOR, FSFW_VERSION_MINOR,
FSFW_VERSION_REVISION};