From 90a6759baae1b5254b49001d441649dde479a3ca Mon Sep 17 00:00:00 2001 From: Andy CA6JAU Date: Wed, 27 Dec 2017 11:36:43 -0300 Subject: [PATCH] Fix typo en duplex mode --- ADF7021.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ADF7021.cpp b/ADF7021.cpp index 1759e00..db856f6 100644 --- a/ADF7021.cpp +++ b/ADF7021.cpp @@ -586,11 +586,11 @@ void CIO::ifConf2(MMDVM_STATE modemState) // IF fine cal (6) AD7021_control_word = ADF7021_REG6; - Send_AD7021_control(); + Send_AD7021_control2(); // IF coarse cal (5) AD7021_control_word = ADF7021_REG5; - Send_AD7021_control(); + Send_AD7021_control2(); // Delay for coarse IF filter calibration delay_IFcal();