mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-01-20 23:50:19 +01:00
Update DMRTX.cpp
Swap DMR receive slots over.
This commit is contained in:
parent
2094263509
commit
da9846c8f1
|
|
@ -268,7 +268,7 @@ void CDMRTX::createCACH(uint8_t txSlotIndex, uint8_t rxSlotIndex)
|
|||
::memcpy(m_poBuffer, m_shortLC + m_cachPtr, 3U);
|
||||
m_markBuffer[0U] = MARK_NONE;
|
||||
m_markBuffer[1U] = MARK_NONE;
|
||||
m_markBuffer[2U] = rxSlotIndex == 1U ? MARK_SLOT2 : MARK_SLOT1;
|
||||
m_markBuffer[2U] = rxSlotIndex == 1U ? MARK_SLOT1 : MARK_SLOT2;
|
||||
|
||||
bool at = m_fifo[rxSlotIndex].getData() > 0U;
|
||||
bool tc = txSlotIndex == 1U;
|
||||
|
|
|
|||
Loading…
Reference in a new issue