summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-04-12 16:52:18 -0700
committerJosh Blum <josh@joshknows.com>2010-04-12 16:52:18 -0700
commit389a72ef592d9826eac67ab001da5734909dbfcd (patch)
treef0652d894debe00d1e5b688dd6c8b2ab0c2c0427 /host/lib/usrp/dboard
parent237279419d14a2a19545dd7311b244108edf9dc5 (diff)
downloaduhd-389a72ef592d9826eac67ab001da5734909dbfcd.tar.gz
uhd-389a72ef592d9826eac67ab001da5734909dbfcd.tar.bz2
uhd-389a72ef592d9826eac67ab001da5734909dbfcd.zip
merged unit type and gpio bank for dboard interface into one type, expanded dboard clock config api
Diffstat (limited to 'host/lib/usrp/dboard')
-rw-r--r--host/lib/usrp/dboard/db_rfx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_rfx.cpp b/host/lib/usrp/dboard/db_rfx.cpp
index 4bf931660..60f6b1a60 100644
--- a/host/lib/usrp/dboard/db_rfx.cpp
+++ b/host/lib/usrp/dboard/db_rfx.cpp
@@ -137,7 +137,7 @@ void rfx_xcvr::reload_adf4360_regs(void){
;
BOOST_FOREACH(adf4360_regs_t::addr_t addr, addrs){
this->get_interface()->write_spi(
- dboard_interface::UNIT_TYPE_TX,
+ dboard_interface::UNIT_TX,
spi_config_t::EDGE_RISE,
_adf4360_regs.get_reg(addr), 24
);