From 021018f97567a2c174c6d0f9f76c1a790baafc6e Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 20 Jul 2026 10:03:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D1=84=D0=BE=D1=80=D0=BC=D0=B8=D1=80=D0=BE=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BB=D0=BE=D0=B3=D0=BE=D0=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainModesArbiter_InitStage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainModesArbiter_InitStage.c b/MainModesArbiter_InitStage.c index ed8e81c..085f644 100644 --- a/MainModesArbiter_InitStage.c +++ b/MainModesArbiter_InitStage.c @@ -22,7 +22,7 @@ void Mma_InitComIntLog(tMma *env) { &SERIAL_PORTS.SerialPortLog_IO, &env->rtcs->rtcI0, SERIAL_LOGGER_SHOW_TIME | SERIAL_LOGGER_SHOW_AUTHOR | SERIAL_LOGGER_SHOW_LOG_LEVEL, - 1000 + 10 ); LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Start logging")