Обновление
This commit is contained in:
parent
d2d153f51e
commit
73e2454186
|
|
@ -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);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue