Revert "Add the DMO mode sync bytes in DMO mode."

This reverts commit 02f555d299.
This commit is contained in:
Jonathan Naylor
2016-08-25 17:22:16 +01:00
parent 02f555d299
commit 001d3f753c
4 changed files with 36 additions and 130 deletions

View File

@@ -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;