From ea9d55b17b181495b4217c222bbf1b77519a802e Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Fri, 19 Feb 2010 16:22:25 -0800 Subject: DUC and DDC control packets OTW --- host/lib/usrp/mboard/usrp2/usrp2_impl.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'host/lib/usrp/mboard/usrp2/usrp2_impl.cpp') diff --git a/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp b/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp index 2bb1e9955..29732c3c0 100644 --- a/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp +++ b/host/lib/usrp/mboard/usrp2/usrp2_impl.cpp @@ -19,7 +19,6 @@ #include #include #include -#include #include #include "usrp2_impl.hpp" @@ -38,10 +37,8 @@ usrp2_impl::usrp2_impl( //init the tx and rx dboards dboard_init(); - //init the ddcs (however many we have) - for (size_t i = 0; i < _num_ddc; i++){ - init_ddc_config(i); - } + //init the ddc + init_ddc_config(); //init the duc init_duc_config(); -- cgit v1.2.3