mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 15:04:18 +00:00
Fix formatting.
This commit is contained in:
parent
7519466e97
commit
05db572738
2 changed files with 4 additions and 8 deletions
|
|
@ -552,9 +552,7 @@ bool CDMRSlot::writeModem(unsigned char *data, unsigned int len)
|
|||
LogMessage("DMR Slot %u, unfixable RF rate 3/4 data", m_slotNo);
|
||||
CUtils::dump(1U, "Data", data + 2U, DMR_FRAME_LENGTH_BYTES);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
::sprintf(title, "DMR Slot %u, Data 1/1", m_slotNo);
|
||||
CUtils::dump(1U, title, data + 2U, 24U);
|
||||
}
|
||||
|
|
@ -1747,9 +1745,7 @@ void CDMRSlot::writeNetwork(const CDMRData& dmrData)
|
|||
LogMessage("DMR Slot %u, unfixable network rate 3/4 data", m_slotNo);
|
||||
CUtils::dump(1U, "Data", data + 2U, DMR_FRAME_LENGTH_BYTES);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
} else {
|
||||
::sprintf(title, "DMR Slot %u, Data 1/1", m_slotNo);
|
||||
CUtils::dump(1U, title, data + 2U, 24U);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue