static keyword removed
This commit is contained in:
parent
172fbd7e48
commit
4b2af9eaa6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user