From 5f1784248295fb8e10bde2c18bdf6e2fc5cd6ba2 Mon Sep 17 00:00:00 2001
From: darya
Date: Tue, 23 Jun 2026 10:02:06 +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 | 2 --
1 file changed, 2 deletions(-)
diff --git a/CanPorts.c b/CanPorts.c
index 4e94c73..17e5c7b 100644
--- a/CanPorts.c
+++ b/CanPorts.c
@@ -17,7 +17,6 @@ static void CAN0_ErrorInterrupt_CallBack(uint8_t u8CanIndex, FLEXCAN_ErrorInfoTy
if (pErrorInfo->u32ErrorValue & FLEXCAN_ESR1_BOFFINT_MASK) {
FLEXCAN_Stop(u8CanIndex);
- FLEXCAN_DeInit(u8CanIndex);
vCanPort_InitCan0();
}
@@ -34,7 +33,6 @@ static void CAN1_ErrorInterrupt_CallBack(uint8_t u8CanIndex, FLEXCAN_ErrorInfoTy
if (pErrorInfo->u32ErrorValue & FLEXCAN_ESR1_BOFFINT_MASK) {
FLEXCAN_Stop(u8CanIndex);
- FLEXCAN_DeInit(u8CanIndex);
vCanPort_InitCan1();
}