Move the valid flag for VW mode.

This commit is contained in:
Jonathan Naylor 2016-04-26 06:24:48 +01:00
parent 4881d7a01e
commit 79ce45d737

View file

@ -247,8 +247,8 @@ bool CYSFControl::writeModem(unsigned char *data)
// The first packet after the header is odd, don't try and regenerate it // The first packet after the header is odd, don't try and regenerate it
// m_errs += m_payload.processVoiceFRModeAudio(data + 2U); // m_errs += m_payload.processVoiceFRModeAudio(data + 2U);
// m_bits += 720U; // m_bits += 720U;
valid = false;
} }
valid = false;
break; break;
} }