mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-23 08:45:48 +08:00
Move the valid flag for VW mode.
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user