diff options
author | Josh Blum | 2010-04-15 19:47:36 -0700 |
---|---|---|
committer | Josh Blum | 2010-04-15 19:47:36 -0700 |
commit | 001bbc6a303218785337b1df7221a3fdcc47a2cd (patch) | |
tree | 3b61c9b111065515e0a679b7b576fb6488d571d3 /gr-uhd/grc/uhd_simple_source.xml | |
parent | 64c9d57de399bd0e42bb19d3f961be3355ec82c1 (diff) | |
download | gnuradio-001bbc6a303218785337b1df7221a3fdcc47a2cd.tar.gz gnuradio-001bbc6a303218785337b1df7221a3fdcc47a2cd.tar.bz2 gnuradio-001bbc6a303218785337b1df7221a3fdcc47a2cd.zip |
typo fix, called variable ant, not antenna
Diffstat (limited to 'gr-uhd/grc/uhd_simple_source.xml')
-rw-r--r-- | gr-uhd/grc/uhd_simple_source.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-uhd/grc/uhd_simple_source.xml b/gr-uhd/grc/uhd_simple_source.xml index 10a2f2c56..34b6817c9 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> |