summaryrefslogtreecommitdiff
path: root/usrp/host/lib/db_base.cc
diff options
context:
space:
mode:
authorJohnathan Corgan2010-06-04 22:40:14 -0700
committerJohnathan Corgan2010-06-04 22:40:14 -0700
commitc85f8b729f397dbe938630da5d47b85977e78215 (patch)
tree929433ef5004be90bbe1acf86e34a41e72bb2e74 /usrp/host/lib/db_base.cc
parent34bf49d06e6b5e48c08d92e2b9e0794512fa761f (diff)
parent5fc7083812b85a7f3e65daff8e879ef7521f5122 (diff)
downloadgnuradio-c85f8b729f397dbe938630da5d47b85977e78215.tar.gz
gnuradio-c85f8b729f397dbe938630da5d47b85977e78215.tar.bz2
gnuradio-c85f8b729f397dbe938630da5d47b85977e78215.zip
Merge branch 'fix/wbx_refclock' into maint
* fix/wbx_refclock: Fixed WBX RX PLL enable Refactor WBX and adf4350 to avoid passing usrp pointer Clean up annoying class structure in wbx Fixing wbx to use _refclk_freq() Typo in error message
Diffstat (limited to 'usrp/host/lib/db_base.cc')
-rw-r--r--usrp/host/lib/db_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/db_base.cc b/usrp/host/lib/db_base.cc
index 1cb463429..b4fb45c51 100644
--- a/usrp/host/lib/db_base.cc
+++ b/usrp/host/lib/db_base.cc
@@ -238,7 +238,7 @@ int
db_base::_refclk_divisor()
{
// Return value to stick in REFCLK_DIVISOR register
- throw std::runtime_error("_reflck_divisor() called from base class\n");;
+ throw std::runtime_error("_refclk_divisor() called from base class\n");;
}
bool