summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormleech2007-05-30 13:17:34 +0000
committermleech2007-05-30 13:17:34 +0000
commit1c5b90d74b00c6dc5d4013001458310f86179016 (patch)
tree4808189e39cd48abbc66af2e9491cc546569c775
parent25c5610e7e74bc875a70aa091e11d8c89d4b4ff1 (diff)
downloadgnuradio-1c5b90d74b00c6dc5d4013001458310f86179016.tar.gz
gnuradio-1c5b90d74b00c6dc5d4013001458310f86179016.tar.bz2
gnuradio-1c5b90d74b00c6dc5d4013001458310f86179016.zip
DBS_RX_2_1 --> DBS_RX_REV_2_1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@5570 221aa14e-8319-0410-a670-987f0aec2ac5
-rwxr-xr-xgr-radio-astronomy/src/python/usrp_ra_receiver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-radio-astronomy/src/python/usrp_ra_receiver.py b/gr-radio-astronomy/src/python/usrp_ra_receiver.py
index 9e1097547..775691f4d 100755
--- a/gr-radio-astronomy/src/python/usrp_ra_receiver.py
+++ b/gr-radio-astronomy/src/python/usrp_ra_receiver.py
@@ -426,7 +426,7 @@ class app_flow_graph(stdgui.gui_flow_graph):
self.myform['dbname'].set_value(self.subdev.name())
# Set analog baseband filtering, if DBS_RX
- if self.cardtype in (usrp_dbid.DBS_RX, usrp_dbid.DBS_RX_2_1):
+ if self.cardtype in (usrp_dbid.DBS_RX, usrp_dbid.DBS_RX_REV_2_1):
lbw = (self.u.adc_freq() / self.u.decim_rate()) / 2
if lbw < 1.0e6:
lbw = 1.0e6