From 1e98d56bb6a496d27a40ffd9f2930d50908ae049 Mon Sep 17 00:00:00 2001 From: Blaz Kristan Date: Wed, 17 Nov 2021 16:34:08 +0100 Subject: [PATCH] Removed conditional compile. --- wled00/util.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/wled00/util.cpp b/wled00/util.cpp index 281887f85..bd757def2 100644 --- a/wled00/util.cpp +++ b/wled00/util.cpp @@ -157,7 +157,5 @@ void releaseJSONBufferLock() DEBUG_PRINT(jsonBufferLock); DEBUG_PRINTLN(")"); fileDoc = nullptr; - #ifndef WLED_USE_DYNAMIC_JSON jsonBufferLock = 0; - #endif }