From 73e2454186584fe3da7949c6d3b9a2aa849b01c0 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 19 Jan 2026 16:06:15 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MainModesArbiter_InitStage.c b/MainModesArbiter_InitStage.c index f6689d4..3cacc5f 100644 --- a/MainModesArbiter_InitStage.c +++ b/MainModesArbiter_InitStage.c @@ -39,7 +39,7 @@ static void Mma_InitSubSystems(tMma *env) { LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Initialization of subsystems") - bool result = DeviceStorage_Init(&env->storage, &env->flash->interface_calib, &env->flash->interface_param, + bool result = DeviceStorage_Init(&env->storage, false, &env->flash->interface_calib, &env->flash->interface_param, &env->slog.logger);