Restoring FSW run errors number for NXDN

This commit is contained in:
Andy CA6JAU 2018-02-13 21:41:27 -03:00
parent 115806c570
commit db1d885614

View file

@ -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;