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];