Skip to content

Commit

Permalink
Resolved build issue for performance app
Browse files Browse the repository at this point in the history
  • Loading branch information
bhmanda-silabs committed Nov 25, 2024
1 parent 80840fe commit 68992c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/silabs/Logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ extern "C" void silabsLog(const char * aFormat, ...)
va_end(v);
}

#ifdef SILABS_LOG_ENABLED
#if SILABS_LOG_ENABLED
bool isLogInitialized()
{
return sLogInitialized;
Expand Down

0 comments on commit 68992c4

Please sign in to comment.