Обновление

This commit is contained in:
cfif 2026-01-19 16:06:15 +03:00
parent d2d153f51e
commit 73e2454186
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ static void Mma_InitSubSystems(tMma *env) {
LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "Initialization of subsystems") 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); &env->slog.logger);