R optimization only in low input mode

Removed_REF_marker
erikkaashoek 5 years ago
parent 1eeb22e6db
commit 31655a8102

@ -2579,7 +2579,7 @@ modulation_again:
#define TXCO_DIV3 10000000
if (setting.R == 0) {
if (lf < LOW_MAX_FREQ && lf >= TXCO_DIV3) {
if (lf < LOW_MAX_FREQ && lf >= TXCO_DIV3 && MODE_INPUT(setting.mode)) {
freq_t tf = ((lf + actual_rbw_x10*100) / TCXO) * TCXO;
if (tf + actual_rbw_x10*100 >= lf && tf < lf + actual_rbw_x10*100) {
ADF4351_R_counter(6);

Loading…
Cancel
Save

Powered by TurnKey Linux.