Commit 1813cf17 authored by 陈家乐's avatar 陈家乐

🐞 fix:无用代码删除

parent 8051107e
...@@ -736,9 +736,9 @@ uint8_t CAN_Transmit(CANMSG_Type *CANxMSGy, CanTxRxMsg* TxMessage) ...@@ -736,9 +736,9 @@ uint8_t CAN_Transmit(CANMSG_Type *CANxMSGy, CanTxRxMsg* TxMessage)
/* Wait the operate complete */ /* Wait the operate complete */
//while (((CANxMSGy->CMCTRL & CAN_MCTRL_RDY_MASK) != 0x00) && (timeout != 0)) //while (((CANxMSGy->CMCTRL & CAN_MCTRL_RDY_MASK) != 0x00) && (timeout != 0))
{ //{
timeout--; // timeout--;
} //}
} }
/* check RDY clear is or not success */ /* check RDY clear is or not success */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment