Merge branch 'master' of github.com:g4klx/MMDVM

This commit is contained in:
Jonathan Naylor 2016-10-06 19:36:56 +01:00
commit 4b86277c57
1 changed files with 1 additions and 2 deletions

View File

@ -192,6 +192,5 @@ void CP25TX::setTXDelay(uint8_t delay)
uint16_t CP25TX::getSpace() const
{
return m_buffer.getSpace() / (P25_LDU_FRAME_LENGTH_BYTES + 1U);
return m_buffer.getSpace() / P25_LDU_FRAME_LENGTH_BYTES;
}