mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Revert "Add the DMO mode sync bytes in DMO mode."
This reverts commit 02f555d299.
This commit is contained in:
parent
02f555d299
commit
001d3f753c
4 changed files with 36 additions and 130 deletions
|
|
@ -784,7 +784,7 @@ bool CModem::setConfig()
|
|||
buffer[3U] |= 0x02U;
|
||||
if (m_pttInvert)
|
||||
buffer[3U] |= 0x04U;
|
||||
if (!m_duplex)
|
||||
if (m_duplex)
|
||||
buffer[3U] |= 0x80U;
|
||||
|
||||
buffer[4U] = 0x00U;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue