Don't use a static decleration in a header file (#4944)
* Don't use a static decleration in a header file * Actually add the rest of the commit
This commit is contained in:
co-authored by
GitHub
parent
e7cfadacd8
commit
4db0c75c8e
+5
-1
@@ -1,6 +1,10 @@
|
||||
#ifndef _USERPREFS_
|
||||
#define _USERPREFS_
|
||||
volatile static const char USERPREFS_TZ_STRING[] = "tzplaceholder ";
|
||||
|
||||
// Slipstream values:
|
||||
|
||||
#define USERPREFS_TZ_STRING "tzplaceholder "
|
||||
|
||||
// Uncomment and modify to set device defaults
|
||||
|
||||
// #define USERPREFS_EVENT_MODE 1
|
||||
|
||||
Reference in New Issue
Block a user