Обновление

This commit is contained in:
cfif 2025-11-11 15:03:00 +03:00
parent a1a27d8a2c
commit 0fe6ae7316
2 changed files with 0 additions and 15 deletions

View File

@ -14,7 +14,6 @@
#include "PowerManagement.h"
#include "Rtcs.h"
#include "LoggerToSerialPort.h"
#include "ComInt.h"
#include "Indication.h"
#include "CommandLines.h"
#include "DeviceStorage.h"
@ -28,7 +27,6 @@ typedef struct {
tSerialPorts *serialPorts;
tCanPorts *canPorts;
tLoggerToSerialPort slog;
tComInt comInt;
tStorageOnFlash *flash;
tRtcs *rtcs;

View File

@ -40,19 +40,6 @@ static void Mma_InitSubSystems(tMma *env) {
Indication_Init(&env->Indication, HVAC_DEV_MODE_STARTUP);
ComInt_Init(
&env->comInt,
&env->serialPorts->serialPortCanIO,
&env->storage.publicVariablesTable,
NULL,
NULL,
&SERIAL_PORTS.cliVirtualOutIo,
&env->Indication.currentModeName
);
ComInt_StartThread(&env->comInt);
CommandLine_Init(&env->cli, &env->serialPorts->cliVirtualInIo);
CommandLine_StartThread(&env->cli);