summaryrefslogtreecommitdiff
path: root/gr-fcd/grc
diff options
context:
space:
mode:
authorAlexandru Csete <oz9aec@gmail.com>2012-06-09 09:10:39 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-06-09 09:10:39 -0700
commitfc22309289b88dfd7dd0b63aa1cd9557de3accb6 (patch)
tree996b29e9ff13fa471a7309fbd8be513121c54d9d /gr-fcd/grc
parentff8b66e035aaa757969345c164ee72dd3a8fa2d8 (diff)
fcd: fix frequency offset test in GRC
Diffstat (limited to 'gr-fcd/grc')
-rw-r--r--gr-fcd/grc/fcd_source_c.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-fcd/grc/fcd_source_c.xml b/gr-fcd/grc/fcd_source_c.xml
index 1b83cba7fb..f1726f88f2 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)