mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 22:45:31 +00:00
Cleanups to the Modem and Reed-Solomon code.
This commit is contained in:
parent
7447eee328
commit
018b6e4dec
3 changed files with 112 additions and 79 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue