mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-20 23:40:21 +01:00
Change M17 enable bit position.
This commit is contained in:
parent
644351db4f
commit
c1bb4c825e
|
|
@ -2031,7 +2031,7 @@ bool CSerialModem::setConfig1()
|
|||
if (m_pocsagEnabled)
|
||||
buffer[4U] |= 0x20U;
|
||||
if (m_m17Enabled)
|
||||
buffer[4U] |= 0x80U;
|
||||
buffer[4U] |= 0x40U;
|
||||
|
||||
buffer[5U] = m_txDelay / 10U; // In 10ms units
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue