mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add debugging to the ring buffers.
This commit is contained in:
parent
5185a0c245
commit
1bfa3688c0
7 changed files with 54 additions and 38 deletions
|
|
@ -44,7 +44,7 @@ bool CDMRSlot::m_voice2 = true;
|
|||
|
||||
CDMRSlot::CDMRSlot(unsigned int slotNo, unsigned int timeout) :
|
||||
m_slotNo(slotNo),
|
||||
m_queue(1000U),
|
||||
m_queue(1000U, "DMR Slot"),
|
||||
m_state(RS_LISTENING),
|
||||
m_embeddedLC(),
|
||||
m_lc(NULL),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue