From 7572b6f66bbd3ab64072217fcf7b18e1489fc668 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Thu, 9 Dec 2021 15:08:19 +0100 Subject: [PATCH] Remove volatile. --- wled00/wled.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/wled.h b/wled00/wled.h index 19be1f4d..4cace88a 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -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