aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp_e/usrp_e_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-05-07 21:51:06 +0000
committerJosh Blum <josh@joshknows.com>2010-05-07 21:51:06 +0000
commit6ef09d18def4afdd6413188ab63ee38dbae4e9d8 (patch)
tree65be5da1250e41fcaf34c419605506e68c0e87f5 /host/lib/usrp/usrp_e/usrp_e_impl.cpp
parentac17bb0e8a3049944adde0aa5cbdcfb2ea711794 (diff)
downloaduhd-6ef09d18def4afdd6413188ab63ee38dbae4e9d8.tar.gz
uhd-6ef09d18def4afdd6413188ab63ee38dbae4e9d8.tar.bz2
uhd-6ef09d18def4afdd6413188ab63ee38dbae4e9d8.zip
filled in dboard interface with codec and clock control
Diffstat (limited to 'host/lib/usrp/usrp_e/usrp_e_impl.cpp')
-rw-r--r--host/lib/usrp/usrp_e/usrp_e_impl.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/host/lib/usrp/usrp_e/usrp_e_impl.cpp b/host/lib/usrp/usrp_e/usrp_e_impl.cpp
index b6fed6a74..5861be102 100644
--- a/host/lib/usrp/usrp_e/usrp_e_impl.cpp
+++ b/host/lib/usrp/usrp_e/usrp_e_impl.cpp
@@ -83,8 +83,6 @@ usrp_e_impl::usrp_e_impl(const std::string &node){
));
}
- sleep(1); //FIXME sleep here until the kernel driver stops hanging
-
//setup various interfaces into hardware
_iface = usrp_e_iface::make(_node_fd);
_clock_ctrl = clock_ctrl::make(_iface);