aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.cpp
diff options
context:
space:
mode:
authorThomas Tsou <ttsou@vt.edu>2010-08-27 12:01:16 -0700
committerThomas Tsou <ttsou@vt.edu>2010-08-27 12:01:16 -0700
commit37adb4805aeef665acd13cf975c5b59cf855d851 (patch)
tree30dc2d816f447ea9b5416c8e21fd7bac5d4ec6a9 /host/lib/usrp/usrp1/usrp1_impl.cpp
parentc9569736930cf436f340d70c7537a5f46f3ab3aa (diff)
parent98510590c453bf366d29e488c1d3b54ec022f919 (diff)
downloaduhd-37adb4805aeef665acd13cf975c5b59cf855d851.tar.gz
uhd-37adb4805aeef665acd13cf975c5b59cf855d851.tar.bz2
uhd-37adb4805aeef665acd13cf975c5b59cf855d851.zip
Merge branch 'usrp1_cleanup' into usrp1
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.cpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
index a15d0a244..d37eec566 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.cpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
@@ -70,7 +70,7 @@ static device_addrs_t usrp1_find(const device_addr_t &hint)
}
//wait for things to settle
- boost::this_thread::sleep(boost::posix_time::milliseconds(500));
+ boost::this_thread::sleep(boost::posix_time::milliseconds(1000));
//get descriptors again with serial number
device_list = usb_device_handle::get_device_list();