mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Insert the correct bytes for data transmissions in the Icom protocol.
This commit is contained in:
parent
992b0f27ab
commit
02096f2c67
5 changed files with 53 additions and 15 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue