From bcd066ba94eb849a8f173bd7c78796ec076cedbb Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 13 Apr 2026 13:17:36 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CanPorts.c | 4 ++++ 1 file changed, 4 insertions(+) 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();