mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 00:35:53 +08:00
Add debugging to the ring buffers.
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user