From 4dd79b349515ca0606d2fa7d5c29089c3b56da5c Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 29 Oct 2020 15:16:16 +0100 Subject: [PATCH] not static anymore --- FSFWVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSFWVersion.h b/FSFWVersion.h index b3ef8318..dcb592dc 100644 --- a/FSFWVersion.h +++ b/FSFWVersion.h @@ -1,7 +1,7 @@ #ifndef FSFW_DEFAULTCFG_VERSION_H_ #define FSFW_DEFAULTCFG_VERSION_H_ -static const char* FSFW_VERSION_NAME = "fsfw"; +const char* const FSFW_VERSION_NAME = "fsfw"; #define FSFW_VERSION 0 #define FSFW_SUBVERSION 0