summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-12-18 00:36:35 -0800
committerJosh Blum <josh@joshknows.com>2010-12-18 00:36:35 -0800
commit91e090295c8c623b73e20a4d217601c4453650a8 (patch)
tree1de033501fdcd2a2fd88a72eb2c9efd308d0c425
parenta78a72f25416ecbd17f821a3fba358da6bb08e32 (diff)
downloaduhd-91e090295c8c623b73e20a4d217601c4453650a8.tar.gz
uhd-91e090295c8c623b73e20a4d217601c4453650a8.tar.bz2
uhd-91e090295c8c623b73e20a4d217601c4453650a8.zip
dbsrx: increase setup time for dbsrx band select
-rw-r--r--host/lib/usrp/dboard/db_dbsrx.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/db_dbsrx.cpp b/host/lib/usrp/dboard/db_dbsrx.cpp
index 7edc1822c..7250136f5 100644
--- a/host/lib/usrp/dboard/db_dbsrx.cpp
+++ b/host/lib/usrp/dboard/db_dbsrx.cpp
@@ -376,7 +376,7 @@ void dbsrx::set_lo_freq(double target_freq){
read_reg(0x0, 0x0);
//allow for setup time before checking condition again
- boost::this_thread::sleep(boost::posix_time::milliseconds(1));
+ boost::this_thread::sleep(boost::posix_time::milliseconds(10));
}
if(dbsrx_debug) std::cerr << boost::format(