mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-05-07 13:37:48 +00:00
Merge branch 'master' of github.com:g4klx/MMDVM
This commit is contained in:
commit
4b86277c57
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue