Update utils.c

This commit is contained in:
Ray
2025-09-03 13:37:08 +02:00
parent c579eef4b7
commit d1768d387c

View File

@@ -95,9 +95,8 @@ static int android_close(void *cookie);
#endif
//----------------------------------------------------------------------------------
// Module Functions Definition - Utilities
// Module Functions Definition
//----------------------------------------------------------------------------------
// Set the current threshold (minimum) log level
void SetTraceLogLevel(int logType) { logTypeLevel = logType; }