From f3734748f2938ffe391c829d9c1e14c845ba4eb3 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 29 Jun 2026 13:13:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BF=D0=BE=D1=81=D0=BB=D0=B5=20=D0=BA?= =?UTF-8?q?=D0=BE=D0=BC=D0=B0=D0=BD=D0=B4=D0=B8=D1=80=D0=BE=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8=2029.06.2026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/LoggerToSerialPort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/LoggerToSerialPort.c b/Src/LoggerToSerialPort.c index ce4377c..6bbf559 100644 --- a/Src/LoggerToSerialPort.c +++ b/Src/LoggerToSerialPort.c @@ -29,7 +29,7 @@ getMemLoggerBufLog(tLoggerToSerialPort *env, char *authorStatic, const uint8_t a } } -// configASSERT(env->countBufLoggerNames < MAX_COUNT_BUF_LOG); + configASSERT(env->countBufLoggerNames < MAX_COUNT_BUF_LOG); uint8_t len = authorLen; if (authorLen > MAX_LEN_BUF_NAME_LOG) {