mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-05 16:19:56 +01:00
Restoring FSW run errors number for NXDN
This commit is contained in:
parent
115806c570
commit
db1d885614
|
|
@ -23,7 +23,7 @@
|
|||
#include "Utils.h"
|
||||
|
||||
const uint8_t MAX_FSW_BIT_START_ERRS = 0U;
|
||||
const uint8_t MAX_FSW_BIT_RUN_ERRS = 2U;
|
||||
const uint8_t MAX_FSW_BIT_RUN_ERRS = 3U;
|
||||
|
||||
const unsigned int MAX_FSW_FRAMES = 5U + 1U;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue