Remove volatile.
This commit is contained in:
parent
e489b08bc1
commit
7572b6f66b
@ -570,7 +570,7 @@ WLED_GLOBAL uint16_t olen _INIT(0);
|
||||
WLED_GLOBAL size_t fsBytesUsed _INIT(0);
|
||||
WLED_GLOBAL size_t fsBytesTotal _INIT(0);
|
||||
WLED_GLOBAL unsigned long presetsModifiedTime _INIT(0L);
|
||||
WLED_GLOBAL volatile JsonDocument* fileDoc;
|
||||
WLED_GLOBAL JsonDocument* fileDoc;
|
||||
WLED_GLOBAL bool doCloseFile _INIT(false);
|
||||
|
||||
// presets
|
||||
|
Loading…
Reference in New Issue
Block a user