mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Remove annoying RS decoder failure log message.
This commit is contained in:
parent
c0ac75ba2f
commit
897d8c7d92
1 changed files with 1 additions and 3 deletions
|
|
@ -97,10 +97,8 @@ bool CP25Data::decodeLDU1(const unsigned char* data)
|
|||
decodeLDUHamming(raw, rs + 15U);
|
||||
|
||||
bool ret = m_rs241213.decode(rs);
|
||||
if (!ret) {
|
||||
LogDebug("P25, uncorrectable errors in the RS(24,12,13) code");
|
||||
if (!ret)
|
||||
return false;
|
||||
}
|
||||
|
||||
switch (m_lcf) {
|
||||
case P25_LCF_GROUP:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue