From 9351f0fd9f2229cfbabe2425ad0f8d57f890eb7b Mon Sep 17 00:00:00 2001 From: darya Date: Wed, 24 Jun 2026 13:58:08 +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=2023.06.2026?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CanPorts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CanPorts.c b/CanPorts.c index 02b6d28..0cf8e77 100644 --- a/CanPorts.c +++ b/CanPorts.c @@ -236,7 +236,7 @@ bool vCanPort_InitCan0() { CAN0_ErrorInterrupt_CallBack, NULL, NULL, - NULL, //CAN0_TxInterruptCallBackType, + NULL,//CAN0_TxInterruptCallBackType, DMA_TransferCompleteCallbackCan0, NULL @@ -341,7 +341,7 @@ bool vCanPort_InitCan1() { CAN1_ErrorInterrupt_CallBack, NULL, NULL, - NULL, + NULL,//CAN1_TxInterruptCallBackType, DMA_TransferCompleteCallbackCan1, NULL