From fc22309289b88dfd7dd0b63aa1cd9557de3accb6 Mon Sep 17 00:00:00 2001 From: Alexandru Csete Date: Sat, 9 Jun 2012 09:10:39 -0700 Subject: fcd: fix frequency offset test in GRC --- gr-fcd/grc/fcd_source_c.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gr-fcd/grc/fcd_source_c.xml b/gr-fcd/grc/fcd_source_c.xml index 1b83cba7f..f1726f88f 100644 --- a/gr-fcd/grc/fcd_source_c.xml +++ b/gr-fcd/grc/fcd_source_c.xml @@ -12,7 +12,7 @@ self.$(id).set_lna_gain($lna) #if $mixer() != +12.0 self.$(id).set_mixer_gain($mixer) #end if -#if $ppm() != 115 +#if $ppm() != -120 self.$(id).set_freq_corr($ppm) #end if #if ($dci() != 0.0) or ($dcq() != 0.0) -- cgit