summaryrefslogtreecommitdiff
path: root/gr-uhd/grc/uhd_simple_sink.xml
diff options
context:
space:
mode:
Diffstat (limited to 'gr-uhd/grc/uhd_simple_sink.xml')
-rw-r--r--gr-uhd/grc/uhd_simple_sink.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/gr-uhd/grc/uhd_simple_sink.xml b/gr-uhd/grc/uhd_simple_sink.xml
index 782b984ae..1913d7ffb 100644
--- a/gr-uhd/grc/uhd_simple_sink.xml
+++ b/gr-uhd/grc/uhd_simple_sink.xml
@@ -60,6 +60,7 @@ self.$(id).set_antenna($ant)
<param>
<name>Center Freq (Hz)</name>
<key>center_freq</key>
+ <value>0</value>
<type>real</type>
</param>
<param>
@@ -75,7 +76,7 @@ self.$(id).set_antenna($ant)
<hide>#if $ant() == '' then 'part' else 'none'#</hide>
</param>
<sink>
- <name>out</name>
+ <name>in</name>
<type>$type</type>
<vlen>$type.vlen</vlen>
</sink>