From f9d904d1502e4c2461f629242c9f97049943df12 Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 18 Jun 2025 14:18:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BD=D0=B0=20=D0=BD=D0=BE=D0=B2=D1=8B=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inc/LoggerInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/LoggerInterface.h b/Inc/LoggerInterface.h index fe82fa7..0ae2e99 100644 --- a/Inc/LoggerInterface.h +++ b/Inc/LoggerInterface.h @@ -55,7 +55,7 @@ void LoggerPrintf( #ifndef LOGGER_LEVEL_TRACE -#define LOGGER_LEVEL_TRACE 1 +#define LOGGER_LEVEL_TRACE 0 #endif