From efd5d782fcf1f0545fe52623eb8115d6f35bd74e Mon Sep 17 00:00:00 2001 From: cfif Date: Tue, 2 Jun 2026 12:30:21 +0300 Subject: [PATCH] Init --- Inc/LinIO.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Inc/LinIO.h b/Inc/LinIO.h index b1d4690..ca9f67d 100644 --- a/Inc/LinIO.h +++ b/Inc/LinIO.h @@ -33,7 +33,6 @@ typedef enum { } eDirection; typedef struct { - osMessageQueueId_t rxDataQueue; eDirection direction; uint8_t g_aTxBufferLen; uint8_t g_aTxBuffer[8];