Commit 1c25defa authored by 陈家乐's avatar 陈家乐

🐞 fix:QAC问题,函数调配前声明

parent 601ec995
......@@ -66,7 +66,7 @@ typedef struct __attribute__((aligned(4)))
extern uint32_t Get_Current_FaultCode(void);
//extern uint8_t Get_FaultCode_Valid(void);
extern void FaultCode_Init(void);
uint8_t List_Init(FaultCodeList_t *CodeList, uint32_t Arr[], uint8_t Len);
void FaultCode_Servers(void);
......
......@@ -3,6 +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;
......
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