Обновление 23.06.2026

This commit is contained in:
Дарья Бараева 2026-06-24 14:12:45 +03:00
parent c7ae2ad250
commit 876b73e3f3
1 changed files with 1 additions and 1 deletions

View File

@ -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; uint8_t len = authorLen;
if (authorLen > MAX_LEN_BUF_NAME_LOG) { if (authorLen > MAX_LEN_BUF_NAME_LOG) {