Patch YSF2P25 for new Yaesu Radios

This commit is contained in:
root
2020-05-03 19:48:56 +01:00
parent 4cd34fab58
commit b2ee3e8e65
3 changed files with 34 additions and 10 deletions
+6
View File
@@ -232,6 +232,12 @@ void CYSFFICH::setCS(unsigned char cs)
m_fich[0U] |= (cs << 4) & 0x30U;
}
void CYSFFICH::setCM(unsigned char cm)
{
m_fich[0U] &= 0xF3U;
m_fich[0U] |= (cm << 2) & 0x0CU;
}
void CYSFFICH::setFN(unsigned char fn)
{
m_fich[1U] &= 0xC7U;