aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-09-28 15:31:38 -0700
committerJosh Blum <josh@joshknows.com>2010-09-28 15:31:38 -0700
commitb70d4430d4a898fe99b54740a1c4821ed9a1077b (patch)
tree9a5be4e22852c593b438c4d66ced4037c9e005c9 /host/lib
parent852f5c5f7b31bfb2e7561a86ca9f5380bd53d130 (diff)
downloaduhd-b70d4430d4a898fe99b54740a1c4821ed9a1077b.tar.gz
uhd-b70d4430d4a898fe99b54740a1c4821ed9a1077b.tar.bz2
uhd-b70d4430d4a898fe99b54740a1c4821ed9a1077b.zip
wbx: fix for id swap typo
Diffstat (limited to 'host/lib')
-rw-r--r--host/lib/usrp/dboard/db_wbx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_wbx.cpp b/host/lib/usrp/dboard/db_wbx.cpp
index ccd897674..e473ce41e 100644
--- a/host/lib/usrp/dboard/db_wbx.cpp
+++ b/host/lib/usrp/dboard/db_wbx.cpp
@@ -154,7 +154,7 @@ static dboard_base::sptr make_wbx(dboard_base::ctor_args_t args){
}
UHD_STATIC_BLOCK(reg_wbx_dboards){
- dboard_manager::register_dboard(0x0052, 0x0053, &make_wbx, "WBX");
+ dboard_manager::register_dboard(0x0053, 0x0052, &make_wbx, "WBX");
}
/***********************************************************************