Additional check to transmit all POCSAG buffer

This commit is contained in:
Andy CA6JAU 2018-07-20 20:31:38 -04:00
parent 4821d0e959
commit 404dc3d99d
1 changed files with 1 additions and 1 deletions

View File

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