From 876b73e3f3a1036cc934b8d284acc6132ef3d36e Mon Sep 17 00:00:00 2001 From: darya Date: Wed, 24 Jun 2026 14:12: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=2023.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 aec4dea..0d19449 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) {