From 4b2af9eaa6ce2c418cfb280d633772d870f0dc86 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Thu, 29 Oct 2020 15:15:08 +0100 Subject: [PATCH] static keyword removed --- FSFWVersion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FSFWVersion.h b/FSFWVersion.h index b3ef83189..dcb592dc9 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