diff --git a/CanPorts.c b/CanPorts.c index a3106c0..7d33ad9 100644 --- a/CanPorts.c +++ b/CanPorts.c @@ -159,6 +159,10 @@ const FLEXCAN_RxMbFilterType IdCanFilterFifoCan1[countIdCanFilterFifoCan1] = { }; */ +void CAN0_ErrorInterrupt_CallBack(uint8_t u8CanIndex, FLEXCAN_ErrorInfoType *pErrorInfo) { + asm("nop"); +} + static bool vCanPort_InitCan0() { vCanPort_InitCAN0RxTxPin();