Обновление 23.06.2026
This commit is contained in:
parent
701ef29b1a
commit
02c807eb8a
|
|
@ -435,6 +435,9 @@ void set_CanDebugSpamTransmitter(tCanSpamDebugTransmitter *env) {
|
||||||
memcpy(&ccu_candb_dbg_tx.dbg_Logic_Ac, &rtY.dbg_Logic_Ac_model, sizeof(ccu_candb_dbg_tx.dbg_Logic_Ac));
|
memcpy(&ccu_candb_dbg_tx.dbg_Logic_Ac, &rtY.dbg_Logic_Ac_model, sizeof(ccu_candb_dbg_tx.dbg_Logic_Ac));
|
||||||
memcpy(&ccu_candb_dbg_tx.dbg_CCU_IO, &rtY.dbgCAN_CCU_IO_model, sizeof(ccu_candb_dbg_tx.dbg_CCU_IO));
|
memcpy(&ccu_candb_dbg_tx.dbg_CCU_IO, &rtY.dbgCAN_CCU_IO_model, sizeof(ccu_candb_dbg_tx.dbg_CCU_IO));
|
||||||
|
|
||||||
|
memcpy(&ccu_candb_dbg_tx.dbg_Logic_Rec, &rtY.dbgCAN_Logic_Rec_model, sizeof(ccu_candb_dbg_tx.dbg_Logic_Rec));
|
||||||
|
memcpy(&ccu_candb_dbg_tx.dbg_Logic_State, &rtY.dbgCAN_Logic_State_model, sizeof(ccu_candb_dbg_tx.dbg_Logic_State));
|
||||||
|
|
||||||
osMutexRelease(env->access);
|
osMutexRelease(env->access);
|
||||||
} else {
|
} else {
|
||||||
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error set_CanDebugSpamTransmitter");
|
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error set_CanDebugSpamTransmitter");
|
||||||
|
|
|
||||||
|
|
@ -33,8 +33,8 @@
|
||||||
#define dbg_Logic_Ac_SEND 1
|
#define dbg_Logic_Ac_SEND 1
|
||||||
#define dbg_Logic_Blower_SEND 1
|
#define dbg_Logic_Blower_SEND 1
|
||||||
#define dbg_Logic_KM_Status_SEND 0
|
#define dbg_Logic_KM_Status_SEND 0
|
||||||
#define dbg_Logic_Rec_SEND 0
|
#define dbg_Logic_Rec_SEND 1
|
||||||
#define dbg_Logic_State_SEND 0
|
#define dbg_Logic_State_SEND 1
|
||||||
#define dbg_Logic_Valve_SEND 0
|
#define dbg_Logic_Valve_SEND 0
|
||||||
#define dbg_Sen_0_SEND 1
|
#define dbg_Sen_0_SEND 1
|
||||||
#define dbg_Sen_Amb_SEND 1
|
#define dbg_Sen_Amb_SEND 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue