Обновление

This commit is contained in:
cfif 2025-12-09 16:15:17 +03:00
parent 505697287e
commit 5f68e379ac
1 changed files with 6 additions and 6 deletions

View File

@ -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,