Open ahmedwahdan opened 4 years ago
In Can_Write
else if (Global_Config->CanHardwareObjectRef[hth_index].CanIdType == STANDARD) { ui16ArbReg_1 &=~ CAN_IF1ARB2_MSGVAL ; ui16ArbReg_2 |= ( PduInfo->id << 2 ) & CAN_IF1ARB2_ID_STAND ; }
The ui16ArbReg_1 in the first line should be ui16ArbReg_2.
In Can_Write
The ui16ArbReg_1 in the first line should be ui16ArbReg_2.