Insert the correct bytes for data transmissions in the Icom protocol.

This commit is contained in:
Jonathan Naylor
2018-05-17 19:23:01 +01:00
parent 992b0f27ab
commit 02096f2c67
5 changed files with 53 additions and 15 deletions

View File

@@ -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)