From b5297d03216e63648157ffbaaa51ea214c3dd516 Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 18 Dec 2025 14:23:30 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CanPorts.c b/CanPorts.c index 2978b2a..9749705 100644 --- a/CanPorts.c +++ b/CanPorts.c @@ -21,11 +21,11 @@ static void DMA_TransferCompleteCallback(void) { } -static void DMA_ErrorCallback(void) { - while (1) { - __asm("nop"); - } -} +//static void DMA_ErrorCallback(void) { +// while (1) { +// __asm("nop"); +// } +//} static void vCanPort_InitCAN0RxTxPin() { PORT_InitType tInitStruct = {0U};