Обновление 23.06.2026

This commit is contained in:
Дарья Бараева 2026-06-24 09:09:18 +03:00
parent 701ef29b1a
commit 02c807eb8a
2 changed files with 5 additions and 2 deletions

View File

@ -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_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);
} else {
LoggerErrorStatic(LOGGER, LOG_SIGN, "Access error set_CanDebugSpamTransmitter");

View File

@ -33,8 +33,8 @@
#define dbg_Logic_Ac_SEND 1
#define dbg_Logic_Blower_SEND 1
#define dbg_Logic_KM_Status_SEND 0
#define dbg_Logic_Rec_SEND 0
#define dbg_Logic_State_SEND 0
#define dbg_Logic_Rec_SEND 1
#define dbg_Logic_State_SEND 1
#define dbg_Logic_Valve_SEND 0
#define dbg_Sen_0_SEND 1
#define dbg_Sen_Amb_SEND 1