mirror of
https://github.com/g4klx/DMRGateway
synced 2025-12-23 23:05:38 +08:00
First version of the split network.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user