From 693f3c0e6f2f0178a04b92099c495e1f0fffd6d5 Mon Sep 17 00:00:00 2001 From: cfif Date: Mon, 16 Mar 2026 17:49:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B0=D1=87=D0=B0=D0=BB=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Inc/CanSerialPortFrame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Inc/CanSerialPortFrame.h b/Inc/CanSerialPortFrame.h index 26718a7..7327e05 100644 --- a/Inc/CanSerialPortFrame.h +++ b/Inc/CanSerialPortFrame.h @@ -42,7 +42,7 @@ typedef struct { osMessageQueueId_t rxDataSnifferQueue0; osMessageQueueId_t rxDataSnifferQueue1; - osMessageQueueId_t txAccessQueue[3]; + osMutexId_t txAccessQueue[3]; } tCanSerialPortFrameArtery;