Updating DMR abort delay

This commit is contained in:
Andy CA6JAU 2018-02-05 09:12:05 -03:00
parent 7b88e883f9
commit 555c308749
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ const uint8_t BIT_MASK_TABLE[] = {0x80U, 0x40U, 0x20U, 0x10U, 0x08U, 0x04U, 0x02
#define READ_BIT1(p,i) (p[(i)>>3] & BIT_MASK_TABLE[(i)&7]) #define READ_BIT1(p,i) (p[(i)>>3] & BIT_MASK_TABLE[(i)&7])
const uint32_t STARTUP_COUNT = 20U; const uint32_t STARTUP_COUNT = 20U;
const uint32_t ABORT_COUNT = 8U; const uint32_t ABORT_COUNT = 6U;
CDMRTX::CDMRTX() : CDMRTX::CDMRTX() :
m_fifo(), m_fifo(),