diff --git a/CanSpamReceiver.c b/CanSpamReceiver.c index 3bd4052..c383b14 100644 --- a/CanSpamReceiver.c +++ b/CanSpamReceiver.c @@ -56,6 +56,7 @@ void get_CanSpamReceiver(tCanSpamReceiver *env) { memcpy(&rtDW.CCUCAN_BCM_Powertrain_model, &ccu_candb_rx.BCM_Powertrain, sizeof(rtDW.CCUCAN_BCM_Powertrain_model)); memcpy(&rtDW.CCUCAN_EMS_Veh_model, &ccu_candb_rx.EMS_Veh, sizeof(rtDW.CCUCAN_EMS_Veh_model)); memcpy(&rtDW.CCUCAN_ESC_04_model, &ccu_candb_rx.ESC_04, sizeof(rtDW.CCUCAN_ESC_04_model)); + memcpy(&rtDW.CCUCAN_BCM_Climatic_model, &ccu_candb_rx.BCM_CLIMATIC_DATA, sizeof(rtDW.CCUCAN_BCM_Climatic_model)); osMutexRelease(env->access); } else {