From b612d31c4be9d57f426ba455aa6ef314a9c459d4 Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Thu, 16 Mar 2017 01:21:11 -0300 Subject: [PATCH] Change slicer threshold value for DMR (ADF7021-N) --- ADF7021.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ADF7021.h b/ADF7021.h index 10f3874..4750ccf 100644 --- a/ADF7021.h +++ b/ADF7021.h @@ -231,7 +231,7 @@ www.analog.com/media/en/technical-documentation/data-sheets/ADF7021.pdf // Slicer threshold for 4FSK demodulator (REG 13) #if defined(ADF7021_N_VER) #define ADF7021_SLICER_TH_DSTAR 0U -#define ADF7021_SLICER_TH_DMR 47U +#define ADF7021_SLICER_TH_DMR 48U #define ADF7021_SLICER_TH_YSF 63U #define ADF7021_SLICER_TH_P25 43U #else