mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-06 06:53:42 +00:00
Don't remove OVCM bit. Only set it when configured.
This commit is contained in:
parent
ed7f593e07
commit
9234dfcf6a
2 changed files with 0 additions and 4 deletions
|
|
@ -193,8 +193,6 @@ void CDMRLC::setOVCM(bool ovcm)
|
|||
{
|
||||
if (ovcm)
|
||||
m_options |= 0x04U;
|
||||
else
|
||||
m_options &= 0xFBU;
|
||||
}
|
||||
|
||||
unsigned int CDMRLC::getSrcId() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue