optimize Tx to handle phantom brk

This commit is contained in:
Paul
2019-06-11 22:27:46 +02:00
parent c85e9d756b
commit 40659df6be
4 changed files with 50 additions and 69 deletions

View File

@@ -27,7 +27,7 @@
#define EMSUART_recvTaskQueueLen 64
typedef struct {
uint8_t writePtr;
uint8_t length;
uint8_t buffer[EMS_MAXBUFFERSIZE];
} _EMSRxBuf;