Reducing max sync errors for DMR DMO

This commit is contained in:
Andy CA6JAU 2017-02-12 16:25:58 -03:00
parent ace3e75c09
commit 0d93e84f0e

View file

@ -25,7 +25,7 @@
#include "DMRSlotType.h"
#include "Utils.h"
const uint8_t MAX_SYNC_BYTES_ERRS = 3U;
const uint8_t MAX_SYNC_BYTES_ERRS = 1U;
const uint8_t MAX_SYNC_LOST_FRAMES = 13U;