diff options
author | Josh Blum <josh@joshknows.com> | 2010-04-15 19:47:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-04-15 19:47:36 -0700 |
commit | 001bbc6a303218785337b1df7221a3fdcc47a2cd (patch) | |
tree | 3b61c9b111065515e0a679b7b576fb6488d571d3 /gr-uhd/grc | |
parent | 64c9d57de399bd0e42bb19d3f961be3355ec82c1 (diff) |
typo fix, called variable ant, not antenna
Diffstat (limited to 'gr-uhd/grc')
-rw-r--r-- | gr-uhd/grc/uhd_simple_sink.xml | 4 | ||||
-rw-r--r-- | gr-uhd/grc/uhd_simple_source.xml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gr-uhd/grc/uhd_simple_sink.xml b/gr-uhd/grc/uhd_simple_sink.xml index 7971a296bb..b6406e80d5 100644 --- a/gr-uhd/grc/uhd_simple_sink.xml +++ b/gr-uhd/grc/uhd_simple_sink.xml @@ -14,12 +14,12 @@ self.$(id).set_samp_rate($samp_rate) self.$(id).set_center_freq($center_freq) self.$(id).set_gain($gain) #if $ant() -self.$(id).set_antenna($antenna) +self.$(id).set_antenna($ant) #end if</make> <callback>set_samp_rate($samp_rate)</callback> <callback>set_center_freq($center_freq)</callback> <callback>set_gain($gain)</callback> - <callback>set_antenna($antenna)</callback> + <callback>set_antenna($ant)</callback> <param> <name>Input Type</name> <key>type</key> diff --git a/gr-uhd/grc/uhd_simple_source.xml b/gr-uhd/grc/uhd_simple_source.xml index 10a2f2c56b..34b6817c9d 100644 --- a/gr-uhd/grc/uhd_simple_source.xml +++ b/gr-uhd/grc/uhd_simple_source.xml @@ -14,12 +14,12 @@ self.$(id).set_samp_rate($samp_rate) self.$(id).set_center_freq($center_freq) self.$(id).set_gain($gain) #if $ant() -self.$(id).set_antenna($antenna) +self.$(id).set_antenna($ant) #end if</make> <callback>set_samp_rate($samp_rate)</callback> <callback>set_center_freq($center_freq)</callback> <callback>set_gain($gain)</callback> - <callback>set_antenna($antenna)</callback> + <callback>set_antenna($ant)</callback> <param> <name>Output Type</name> <key>type</key> |