Обновление

This commit is contained in:
cfif 2026-04-28 15:11:25 +03:00
parent 18514376d1
commit 6b2e74eb14
2 changed files with 8 additions and 8 deletions

View File

@ -238,6 +238,6 @@ static _Noreturn void CanSpamTransmitter_Thread(tCanSpamTransmitter *env) {
void CanSpamTransmitter_StartThread(tCanSpamTransmitter *env) {
if (!env->thread.id) {
// env->thread.id = osThreadNew((osThreadFunc_t) (CanSpamTransmitter_Thread), (void *) (env), &env->thread.attr);
env->thread.id = osThreadNew((osThreadFunc_t) (CanSpamTransmitter_Thread), (void *) (env), &env->thread.attr);
}
}

View File

@ -14,13 +14,13 @@
#define CCU_Stat2_SEND 1
#define CCU_Stat3_SEND 1
#define CCU_Errors_SEND 1
#define CCU_Requests_SEND 1
#define CCU_HVC_Req_Msg_SEND 1
#define CCU_VCU_Msg1_SEND 1
#define CCU_VCU_Msg2_SEND 1
#define CCU_Msg1_SEND 1
#define CCU_Msg3_SEND 1
#define CU_AC_Ctrl_SEND 1
#define CCU_Requests_SEND 0
#define CCU_HVC_Req_Msg_SEND 0
#define CCU_VCU_Msg1_SEND 0
#define CCU_VCU_Msg2_SEND 0
#define CCU_Msg1_SEND 0
#define CCU_Msg3_SEND 0
#define CU_AC_Ctrl_SEND 0
typedef enum {