From b104d29b359d28f2812c128a328ab18d49b1b1ba Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 16 Dec 2025 14:42:04 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CanPorts.c b/CanPorts.c index dd1e3fc..2978b2a 100644 --- a/CanPorts.c +++ b/CanPorts.c @@ -187,7 +187,7 @@ static void vCanPort_InitCan0() { NULL, DMA_TransferCompleteCallback, - DMA_ErrorCallback + NULL ); }