Update FSFW from Upstream #27

Merged
muellerr merged 523 commits from mueller/update-from-upstream into develop 2022-05-17 10:06:59 +02:00
Showing only changes of commit aa5d1042f0 - Show all commits

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