From 5f68e379aca7a90de2a29f2ba1031f9cf80218d9 Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 9 Dec 2025 16:15:17 +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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/MainModesArbiter_InitStage.c b/MainModesArbiter_InitStage.c index 0053b51..47e6e89 100644 --- a/MainModesArbiter_InitStage.c +++ b/MainModesArbiter_InitStage.c @@ -37,17 +37,17 @@ static void Mma_InitSubSystems(tMma *env) { RtcSet(&env->rtcs->rtcI0, &set_timestamp); Mma_InitComIntLog(env); -/* - LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Инициализация подсистем") - bool result = DeviceStorage_Init(&env->storage, &env->flash->interface_calib, &env->flash->interface_param, - &env->slog.logger); + LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Initialization of subsystems") - Indication_Init(&env->Indication, HVAC_DEV_MODE_STARTUP); +// bool result = DeviceStorage_Init(&env->storage, &env->flash->interface_calib, &env->flash->interface_param, +// &env->slog.logger); + +// Indication_Init(&env->Indication, HVAC_DEV_MODE_STARTUP); CommandLine_Init(&env->cli, &env->serialPorts->cliVirtualInIo); CommandLine_StartThread(&env->cli); - +/* CanSerialPortFrameXcpInit( &env->CanSerialPortFrameXCP, &env->canPorts->Can0_IO,