mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +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
|
|
@ -28,7 +28,7 @@ m_gateway(NULL),
|
|||
m_network(network),
|
||||
m_display(display),
|
||||
m_duplex(duplex),
|
||||
m_queue(1000U),
|
||||
m_queue(1000U, "D-Star Control"),
|
||||
m_header(),
|
||||
m_state(RS_LISTENING),
|
||||
m_net(false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue