mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-24 01:25:41 +08:00
remove leftover debugging commented out code;
This commit is contained in:
@@ -258,8 +258,6 @@ bool CP25Data::decodeLDU2(const unsigned char* data)
|
|||||||
CP25Utils::decode(data, raw, 1356U, 1398U);
|
CP25Utils::decode(data, raw, 1356U, 1398U);
|
||||||
decodeLDUHamming(raw, rs + 15U);
|
decodeLDUHamming(raw, rs + 15U);
|
||||||
|
|
||||||
// CUtils::dump(2U, "LDU2 RS", rs, P25_LDU_LC_LENGTH_BYTES);
|
|
||||||
|
|
||||||
// decode RS (24,16,9) FEC
|
// decode RS (24,16,9) FEC
|
||||||
try {
|
try {
|
||||||
bool ret = m_rs241213.decode24169(rs);
|
bool ret = m_rs241213.decode24169(rs);
|
||||||
|
|||||||
Reference in New Issue
Block a user