aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/db_xcvr2450.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-06-18 17:24:39 -0700
committerJosh Blum <josh@joshknows.com>2010-06-18 17:24:39 -0700
commit2d7c3f4cc38627a8f0243b78c3c10adc6f1cda46 (patch)
tree906ef314d0a401377a2bde4b83e116710f4194eb /host/lib/usrp/dboard/db_xcvr2450.cpp
parentf58cf8f6dc0b0bae5b7644a03aa30a57e99e595a (diff)
parente3058c022e4d71401a073fdaa16a97808977e23b (diff)
downloaduhd-2d7c3f4cc38627a8f0243b78c3c10adc6f1cda46.tar.gz
uhd-2d7c3f4cc38627a8f0243b78c3c10adc6f1cda46.tar.bz2
uhd-2d7c3f4cc38627a8f0243b78c3c10adc6f1cda46.zip
Merge branch 'burn_dbid' into pre_merge
Diffstat (limited to 'host/lib/usrp/dboard/db_xcvr2450.cpp')
-rw-r--r--host/lib/usrp/dboard/db_xcvr2450.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/usrp/dboard/db_xcvr2450.cpp b/host/lib/usrp/dboard/db_xcvr2450.cpp
index d83781965..5032b6f31 100644
--- a/host/lib/usrp/dboard/db_xcvr2450.cpp
+++ b/host/lib/usrp/dboard/db_xcvr2450.cpp
@@ -158,8 +158,7 @@ static dboard_base::sptr make_xcvr2450(dboard_base::ctor_args_t args){
UHD_STATIC_BLOCK(reg_xcvr2450_dboard){
//register the factory function for the rx and tx dbids
- dboard_manager::register_dboard(0x0060, &make_xcvr2450, "XCVR2450 TX");
- dboard_manager::register_dboard(0x0061, &make_xcvr2450, "XCVR2450 RX");
+ dboard_manager::register_dboard(0x0061, 0x0060, &make_xcvr2450, "XCVR2450");
}
/***********************************************************************