Обновление после командировки 29.06.2026
This commit is contained in:
parent
41dd848beb
commit
f3734748f2
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue