undef major and minor

This commit is contained in:
Robin Müller 2022-03-10 09:56:23 +01:00
parent 14ac852b7e
commit aa5d1042f0
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};