Finish the System Fusion AMBE regeneration.

This commit is contained in:
Jonathan Naylor
2016-04-28 18:01:02 +01:00
parent d517a1de0d
commit a41cd74c94
3 changed files with 15 additions and 19 deletions

View File

@@ -245,8 +245,8 @@ bool CYSFControl::writeModem(unsigned char *data)
default: // YSF_DT_VOICE_FR_MODE
if (fn != 0U || ft != 1U) {
// The first packet after the header is odd, don't try and regenerate it
// m_errs += m_payload.processVoiceFRModeAudio(data + 2U);
// m_bits += 720U;
m_errs += m_payload.processVoiceFRModeAudio(data + 2U);
m_bits += 720U;
}
valid = false;
break;