From 551958235d128fec4a3277e575a1cc0a76909d8a Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 15 Dec 2025 11:40:28 +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 --- Src/CanSerialPortFrame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/CanSerialPortFrame.c b/Src/CanSerialPortFrame.c index eb41bae..343d786 100644 --- a/Src/CanSerialPortFrame.c +++ b/Src/CanSerialPortFrame.c @@ -345,7 +345,7 @@ void CanSerialPortFrameIrqRxProcessing(tCanSerialPortFrameFlagchip *env, uint32_ REV_BYTES_32(pSrc[u8Index], pDest[u8Index]); } - CanSerialPortFrameAddDataQueue(env, &env->rx_message_struct, index); + CanSerialPortFrameAddDataQueue(env, &env->rx_message_struct, env->IdSoftFilter_RX[index].filter); }