Add debugging to the ring buffers.

This commit is contained in:
Jonathan Naylor
2016-02-15 20:18:30 +00:00
parent 5185a0c245
commit 1bfa3688c0
7 changed files with 54 additions and 38 deletions

View File

@@ -47,7 +47,7 @@ m_pingTimer(1000U, 5U),
m_buffer(NULL),
m_salt(NULL),
m_streamId(NULL),
m_rxData(1000U),
m_rxData(1000U, "DMR IPSC"),
m_callsign(),
m_rxFrequency(0U),
m_txFrequency(0U),