mirror of
https://github.com/wled/WLED.git
synced 2025-07-20 01:06:32 +00:00
Removed conditional compile.
This commit is contained in:
parent
bee93f4743
commit
1e98d56bb6
@ -157,7 +157,5 @@ void releaseJSONBufferLock()
|
|||||||
DEBUG_PRINT(jsonBufferLock);
|
DEBUG_PRINT(jsonBufferLock);
|
||||||
DEBUG_PRINTLN(")");
|
DEBUG_PRINTLN(")");
|
||||||
fileDoc = nullptr;
|
fileDoc = nullptr;
|
||||||
#ifndef WLED_USE_DYNAMIC_JSON
|
|
||||||
jsonBufferLock = 0;
|
jsonBufferLock = 0;
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user