mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-04-04 22:17:23 +00:00
Full memory optimization for ring buffer
This commit is contained in:
parent
1fec6e5f77
commit
ab929d2bd2
5 changed files with 24 additions and 20 deletions
1
DMRTX.h
1
DMRTX.h
|
|
@ -70,6 +70,7 @@ private:
|
|||
uint16_t m_poPtr;
|
||||
uint32_t m_frameCount;
|
||||
bool m_abort[2U];
|
||||
uint8_t m_control_old;
|
||||
|
||||
void createData(uint8_t slotIndex);
|
||||
void createCACH(uint8_t txSlotIndex, uint8_t rxSlotIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue