mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 14:15:37 +08:00
Remove unneeded debug statements.
This commit is contained in:
@@ -1053,15 +1053,11 @@ void CDMRSlot::setShortLC(unsigned int slotNo, unsigned int id, FLCO flco, bool
|
||||
|
||||
lc[4U] = CCRC::crc8(lc, 4U);
|
||||
|
||||
CUtils::dump(1U, "Short LC", lc, 5U);
|
||||
|
||||
unsigned char sLC[9U];
|
||||
|
||||
CDMRShortLC shortLC;
|
||||
shortLC.encode(lc, sLC);
|
||||
|
||||
CUtils::dump(1U, "Short LC with FEC", sLC, 9U);
|
||||
|
||||
m_modem->writeDMRShortLC(sLC);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user