From a65712e1a190c845c910ee37900ed3aa1eaae38e Mon Sep 17 00:00:00 2001 From: cfif Date: Thu, 11 Dec 2025 13:28:22 +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 --- Inc/CanSerialPortFrame.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Inc/CanSerialPortFrame.h b/Inc/CanSerialPortFrame.h index 709c272..9f236df 100644 --- a/Inc/CanSerialPortFrame.h +++ b/Inc/CanSerialPortFrame.h @@ -45,7 +45,6 @@ typedef struct { FLEXCAN_IdType eRxFrameType; /**< FLEXCAN ID type, 0 STD, 1 EXT */ uint32_t u32RxCanId; /**< FLEXCAN received ID */ - uint32_t u32RxCanIdMask; /**< FLEXCAN received ID mask, if mask bit is 1, received FLEXCAN id bit must same to u32RxCanId, or mask bit is 0, id bit is ignored */ uint8_t filter; } FilterTo_FLEXCAN_RxMbFilterType;