Commit 57efc3b1 authored by 陈家乐's avatar 陈家乐

🐞 fix:函数全局声明放在.h文件里

parent 1bfd4bd8
......@@ -3,7 +3,7 @@
#include "isr.h"
#include "rte_can.h"
extern void Can_Rx_Cak(CanTxRxMsg *Msg);
CANBuffList_t CanBufList = {0};
CANMSG_Type* CANMSG;
CanTxRxMsg CAN_RecvMsg;
......
......@@ -45,4 +45,5 @@ extern uint8_t rte_can_deinit(CAN_CH ch);
extern uint8_t get_can_busoff(CAN_CH ch);
extern uint8_t reset_busoff(CAN_CH ch);
extern uint8_t Read_RingBuff(CanTxRxMsg *data);
extern void Can_Rx_Cak(CanTxRxMsg *Msg);
#endif /* RTE_CAN_H_ */
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