From 505697287e37471b116d7da36b142e7caed602ca Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 9 Dec 2025 13:08:53 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MainModesArbiter_InitStage.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/MainModesArbiter_InitStage.c b/MainModesArbiter_InitStage.c index 297619b..0053b51 100644 --- a/MainModesArbiter_InitStage.c +++ b/MainModesArbiter_InitStage.c @@ -16,11 +16,13 @@ void Mma_InitComIntLog(tMma *env) { LoggerToSerialPort_Init( &env->slog, 0, + &SERIAL_PORTS.cliVirtualInIo, + &SERIAL_PORTS.cliVirtualOutIo, &SERIAL_PORTS.SerialPortLog_IO, NULL, - SERIAL_LOGGER_SHOW_AUTHOR | SERIAL_LOGGER_SHOW_LOG_LEVEL + SERIAL_LOGGER_SHOW_AUTHOR | SERIAL_LOGGER_SHOW_LOG_LEVEL, + 1000 ); - env->slog.timeout = 1000; LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Start logging")