Обновление после командировки 29.06.2026

This commit is contained in:
cfif 2026-06-29 13:13:45 +03:00
parent 41dd848beb
commit f3734748f2
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;
if (authorLen > MAX_LEN_BUF_NAME_LOG) {