summaryrefslogtreecommitdiff
path: root/gr-fcd
diff options
context:
space:
mode:
authorAlexandru Csete <oz9aec@gmail.com>2012-03-11 09:24:03 -0700
committerJohnathan Corgan <jcorgan@corganenterprises.com>2012-03-11 09:24:03 -0700
commit9f9b2f0b7527b1a82dfad5337c33fac5aef30ca4 (patch)
tree328b0922cba548499dd3ee27167f2eae376a01de /gr-fcd
parentd8ad6e8e04226d9edf0a7d6d06955ed5db68dfab (diff)
fcd: fix grc import statement
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 42590d761b..8572e6da1c 100644
--- a/gr-fcd/grc/fcd_source_c.xml
+++ b/gr-fcd/grc/fcd_source_c.xml
@@ -4,7 +4,7 @@
<key>fcd_source_c</key>
<category>Sources</category>
<throttle>1</throttle>
- <import>import fcd</import>
+ <import>from gnuradio import fcd</import>
<make>fcd.source_c($device_name)
#if $lna() != 20.0
self.$(id).set_lna_gain($lna)