First version of the split network.

This commit is contained in:
Jonathan Naylor
2021-01-31 12:04:37 +00:00
parent 45d161ce07
commit 7da7384bb2
14 changed files with 264 additions and 47 deletions

View File

@@ -160,7 +160,7 @@ bool CMMDVMNetworkNew::read(CDMRData& data)
return true;
}
bool CMMDVMNetworkNew::write(const CDMRData& data)
bool CMMDVMNetworkNew::write(CDMRData& data)
{
unsigned char buffer[HOMEBREW_DATA_PACKET_LENGTH];
::memset(buffer, 0x00U, HOMEBREW_DATA_PACKET_LENGTH);