diff --git a/DMRTX.cpp b/DMRTX.cpp index f42aba9..51cd60d 100644 --- a/DMRTX.cpp +++ b/DMRTX.cpp @@ -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;