mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 14:35:31 +00:00
Restore the simplex flag setting.
This commit is contained in:
parent
001d3f753c
commit
d6466f6e94
1 changed files with 1 additions and 1 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