mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Increase the size of the RF queues.
This commit is contained in:
parent
4cade601cc
commit
646ae93c09
3 changed files with 3 additions and 3 deletions
|
|
@ -51,7 +51,7 @@ bool CDMRSlot::m_voice2 = true;
|
|||
|
||||
CDMRSlot::CDMRSlot(unsigned int slotNo, unsigned int timeout) :
|
||||
m_slotNo(slotNo),
|
||||
m_queue(1000U, "DMR Slot"),
|
||||
m_queue(2000U, "DMR Slot"),
|
||||
m_rfState(RS_RF_LISTENING),
|
||||
m_netState(RS_NET_IDLE),
|
||||
m_rfEmbeddedLC(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue