Remove small gap when data comes in while sending terminators.

This commit is contained in:
Jonathan Naylor 2016-07-19 17:34:55 +01:00
parent f7cae15aba
commit 66ca69b02e
2 changed files with 22 additions and 3 deletions

View file

@ -68,6 +68,7 @@ private:
uint16_t m_poLen;
uint16_t m_poPtr;
uint32_t m_count;
bool m_abort[2U];
void createData(uint8_t slotIndex);
void createCACH(uint8_t txSlotIndex, uint8_t rxSlotIndex);