EIVE upstream #29

Merged
muellerr merged 693 commits from use-eive-upstream into develop 2023-06-30 15:44:39 +02:00
Showing only changes of commit b5d6b9745f - 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};