Init
This commit is contained in:
parent
77642131d9
commit
efd5d782fc
|
|
@ -33,7 +33,6 @@ typedef enum {
|
||||||
} eDirection;
|
} eDirection;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
osMessageQueueId_t rxDataQueue;
|
|
||||||
eDirection direction;
|
eDirection direction;
|
||||||
uint8_t g_aTxBufferLen;
|
uint8_t g_aTxBufferLen;
|
||||||
uint8_t g_aTxBuffer[8];
|
uint8_t g_aTxBuffer[8];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue