summaryrefslogtreecommitdiff
path: root/gr-fcd
diff options
context:
space:
mode:
authorJohnathan Corgan2012-04-19 11:47:38 -0700
committerJohnathan Corgan2012-04-19 11:47:38 -0700
commitd5f9c571ec02a1847da5b58be96bee92538ab3e1 (patch)
tree7f1728b4858d9d2cee3601a338e94752786d33f3 /gr-fcd
parenta8c8a0e9df0cf8e8d1b73936a412a2cec927b587 (diff)
parent33146370ca9ffdf7c56b886be46313e7a40cc9fe (diff)
downloadgnuradio-d5f9c571ec02a1847da5b58be96bee92538ab3e1.tar.gz
gnuradio-d5f9c571ec02a1847da5b58be96bee92538ab3e1.tar.bz2
gnuradio-d5f9c571ec02a1847da5b58be96bee92538ab3e1.zip
Merge branch 'maint'
Diffstat (limited to 'gr-fcd')
-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 7c55239aa..1b83cba7f 100644
--- a/gr-fcd/grc/fcd_source_c.xml
+++ b/gr-fcd/grc/fcd_source_c.xml
@@ -19,7 +19,7 @@ self.$(id).set_freq_corr($ppm)
self.$(id).set_dc_corr($dci,$dcq)
#end if
#if ($iq_phase() != 0.0) or ($iq_gain() != 1.0)
-self.$(id).set_iq_corr($iq_phase,$iq_gain)
+self.$(id).set_iq_corr($iq_gain,$iq_phase)
#end if
self.$(id).set_freq($freq)
</make>