Cleanups to the Modem and Reed-Solomon code.

This commit is contained in:
Jonathan Naylor
2016-09-27 07:56:00 +01:00
parent 7447eee328
commit 018b6e4dec
3 changed files with 112 additions and 79 deletions

View File

@@ -562,7 +562,7 @@ void CModem::clock(unsigned int ms)
m_txP25Data.getData(m_buffer, len);
if (m_debug) {
if (m_buffer[3U] == MMDVM_P25_HDR)
if (m_buffer[2U] == MMDVM_P25_HDR)
CUtils::dump(1U, "TX P25 HDR", m_buffer, len);
else
CUtils::dump(1U, "TX P25 LDU", m_buffer, len);