Init
This commit is contained in:
parent
dca03a918f
commit
e0fb372c8b
|
|
@ -81,22 +81,6 @@ static void Mma_InitSubSystems(tMma *env) {
|
|||
TaskSerialUART_StartThread(&env->TaskSerialUART);
|
||||
|
||||
|
||||
/*
|
||||
ComInt_Init(
|
||||
&env->comInt,
|
||||
&SERIAL_PORTS.Rs485_HalfDuplexIo,
|
||||
NULL,
|
||||
&SERIAL_PORTS.SerialPortUsbSnifferIO,
|
||||
NULL,
|
||||
&SERIAL_PORTS.cliVirtualOutIo,
|
||||
&env->Indication.currentModeName
|
||||
);
|
||||
|
||||
ComInt_StartThread(&env->comInt);
|
||||
|
||||
CommandLine_Init(&env->cli, &env->serialPorts->cliVirtualInIo);
|
||||
CommandLine_StartThread(&env->cli);
|
||||
*/
|
||||
LoggerInfoStatic(&env->slog.logger, LOG_TASK_MAIN, "End of subsystem initialization")
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue