Restore the simplex flag setting.

This commit is contained in:
Jonathan Naylor 2016-08-25 17:23:45 +01:00
parent 001d3f753c
commit d6466f6e94

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;