Enable P25 RX network debugging.

This commit is contained in:
Jonathan Naylor 2016-10-13 22:39:57 +01:00
parent aad96b5193
commit d11ade27fc

View file

@ -414,6 +414,9 @@ void CP25Network::clock(unsigned int ms)
if (!m_enabled)
return;
if (m_debug)
CUtils::dump(1U, "P25 Network Received", buffer, length);
unsigned char c = length;
m_buffer.addData(&c, 1U);