Some DMRIdleRX adjustment and version update

This commit is contained in:
Andy CA6JAU 2018-07-16 00:54:59 -04:00
parent d5bfe0e5df
commit 56d3b16493
3 changed files with 4 additions and 5 deletions

View file

@ -26,8 +26,7 @@
#include "DMRSlotType.h"
#include "Utils.h"
const uint8_t MAX_SYNC_SYMBOLS_ERRS = 2U;
const uint8_t MAX_SYNC_BYTES_ERRS = 3U;
const uint8_t MAX_SYNC_BYTES_ERRS = 2U;
const uint16_t NOENDPTR = 9999U;