mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-13 12:00:06 +01:00
Small cleanups.
This commit is contained in:
parent
2349520964
commit
132fb62d56
|
|
@ -241,9 +241,6 @@ bool CDMRNetwork::write(const CDMRData& data)
|
|||
|
||||
buffer[54U] = data.getRSSI();
|
||||
|
||||
if (m_debug)
|
||||
CUtils::dump(1U, "Network Transmitted", buffer, HOMEBREW_DATA_PACKET_LENGTH);
|
||||
|
||||
write(buffer, HOMEBREW_DATA_PACKET_LENGTH);
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue