mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-01-23 09:00:24 +01:00
Forgot to set the at variable within the CACH.
This commit is contained in:
parent
3814d4243c
commit
38516074dd
|
|
@ -340,7 +340,7 @@ void CDMRTX::createCACH(uint8_t txSlotIndex, uint8_t rxSlotIndex)
|
|||
|
||||
bool at = false;
|
||||
if (m_frameCount >= STARTUP_COUNT)
|
||||
m_fifo[rxSlotIndex].getData() > 0U;
|
||||
at = m_fifo[rxSlotIndex].getData() > 0U;
|
||||
bool tc = txSlotIndex == 1U;
|
||||
bool ls0 = true; // For 1 and 2
|
||||
bool ls1 = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue