Обновление

This commit is contained in:
cfif 2026-06-21 18:12:09 +03:00
parent 3ff310e314
commit b2acc4ddbc
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ static _Noreturn void CanSpamTransmitter_Thread(tCanSpamTransmitter *env) {
} else { } else {
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error CanSpamTransmitter_Thread"); LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error CanSpamTransmitter_Thread");
} }
SystemDelayMs(100); SystemDelayMs(1);
} }
} }