diff options
Diffstat (limited to 'gr-fcd')
-rw-r--r-- | gr-fcd/grc/fcd_source_c.xml | 2 |
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 42590d761..8572e6da1 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) |