mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Move the valid flag for VW mode.
This commit is contained in:
parent
4881d7a01e
commit
79ce45d737
1 changed files with 1 additions and 1 deletions
|
|
@ -247,8 +247,8 @@ bool CYSFControl::writeModem(unsigned char *data)
|
|||
// The first packet after the header is odd, don't try and regenerate it
|
||||
// m_errs += m_payload.processVoiceFRModeAudio(data + 2U);
|
||||
// m_bits += 720U;
|
||||
valid = false;
|
||||
}
|
||||
valid = false;
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue