Commit f2e55a04 authored by hu's avatar hu

修改CAN2的STB

parent 50e878e0
......@@ -59,12 +59,12 @@ void Can_Init(void)
CANLLCCh0Filter.stRSCANCh2.pfnRSCANReadMsgCallBack = 0u; /*接收完成*/
CANSTB_OUT = 1U; //CANSTB_OUT
CANSTB_OUT = 1U; //CANSTB_OUT
CANSTB2_OUT = 1U; //CANSTB2_OUT
RSCAN0_CH_Init(CANFD_RX_RULE_TABLE_LIST, &CANLLCCh0Filter);
CANSTB_OUT = 0U; //CANSTB_OUT
CANSTB_OUT = 0U; //CANSTB_OUT
CANSTB2_OUT = 0U; //CANSTB2_OUT
}
void Can_DeInit(void)
......
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