Skip to content

Commit a0e7a2c

Browse files
[SL-ONLY] Fix build when logging is disabled (#305)
1 parent 4c8fb82 commit a0e7a2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/silabs/Logging.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ extern "C" void silabsLog(const char * aFormat, ...)
196196
va_end(v);
197197
}
198198

199-
#ifdef SILABS_LOG_ENABLED
199+
#if SILABS_LOG_ENABLED
200200
bool isLogInitialized()
201201
{
202202
return sLogInitialized;

0 commit comments

Comments
 (0)