Additional check to transmit all POCSAG buffer

AX5043
Andy CA6JAU 8 years ago
parent 6fa1c6507e
commit 12e8114a3e

@ -72,7 +72,7 @@ void CPOCSAGTX::process()
bool CPOCSAGTX::busy()
{
if (m_poLen > 0U)
if (m_poLen > 0U || m_buffer.getData() > 0U)
return true;
else
return false;

Loading…
Cancel
Save

Powered by TurnKey Linux.