aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-18 19:25:14 -0800
committerJosh Blum <josh@joshknows.com>2010-02-18 19:25:14 -0800
commit186468252d9435ccd4f0d26a1a50dcaff1c6d4ed (patch)
tree73527ce07c7c60beb57bfa2b625fed3fffeeb253 /host/lib/usrp/mboard/usrp2/usrp2_impl.cpp
parent6fdaccea1fba15b754945d9be7da0ed4a3861633 (diff)
downloaduhd-186468252d9435ccd4f0d26a1a50dcaff1c6d4ed.tar.gz
uhd-186468252d9435ccd4f0d26a1a50dcaff1c6d4ed.tar.bz2
uhd-186468252d9435ccd4f0d26a1a50dcaff1c6d4ed.zip
added support for the duc (no control yet though)
Diffstat (limited to 'host/lib/usrp/mboard/usrp2/usrp2_impl.cpp')
-rw-r--r--host/lib/usrp/mboard/usrp2/usrp2_impl.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp b/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp
index 1b985daaa..2bb1e9955 100644
--- a/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp
+++ b/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp
@@ -40,9 +40,12 @@ usrp2_impl::usrp2_impl(
//init the ddcs (however many we have)
for (size_t i = 0; i < _num_ddc; i++){
- ddc_init(i);
+ init_ddc_config(i);
}
+ //init the duc
+ init_duc_config();
+
//initialize the clock configuration
init_clock_config();
}