mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 15:09:23 +08:00
Insert the correct bytes for data transmissions in the Icom protocol.
This commit is contained in:
@@ -187,8 +187,6 @@ void CNXDNUDCH::getRaw(unsigned char* data) const
|
||||
|
||||
::memset(data, 0x00U, 25U);
|
||||
::memcpy(data, m_data, 23U);
|
||||
|
||||
CNXDNCRC::encodeCRC15(data, 184U);
|
||||
}
|
||||
|
||||
void CNXDNUDCH::setRAN(unsigned char ran)
|
||||
|
||||
Reference in New Issue
Block a user