Commit 83ca5fb4 authored by 李冠华's avatar 李冠华

feat:恢复CAN外发功能

parent fe4d78da
......@@ -99,7 +99,7 @@ void Sys_Exact_50us_Tasks(void)
#if (PART_NUMBER == G54_A01)
if(g_powerState == 2U)
{
// Can_Write_Fun(&CAN_CH0_CanMsgTxOp, 50u);
Can_Write_Fun(&CAN_CH0_CanMsgTxOp, 50u);
}
#else
Can_Write_Fun(&CAN_CH0_CanMsgTxOp, 50u);
......
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