undef major and minor

This commit is contained in:
Robin Müller 2022-03-10 09:56:23 +01:00
parent 60639f56dc
commit b5d6b9745f
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC
1 changed files with 3 additions and 0 deletions

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};