Обновление 23.06.2026
This commit is contained in:
parent
c7ae2ad250
commit
876b73e3f3
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue