Forgot to set the at variable within the CACH.

This commit is contained in:
Jonathan Naylor 2017-03-13 08:24:35 +00:00 committed by GitHub
parent 3814d4243c
commit 38516074dd
1 changed files with 1 additions and 1 deletions

View File

@ -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;