diff options
| author | Josh Blum <josh@joshknows.com> | 2011-07-26 10:32:45 -0700 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2011-07-26 10:32:45 -0700 | 
| commit | 0e6441c3e0922642a69607b285521077a2a2f3b9 (patch) | |
| tree | 5218e3f0652957cbf26630840bb29aa4a79e9d96 /host/lib | |
| parent | c0764b44e3f38fe954474ccdf92895b943d8d889 (diff) | |
| download | uhd-0e6441c3e0922642a69607b285521077a2a2f3b9.tar.gz uhd-0e6441c3e0922642a69607b285521077a2a2f3b9.tar.bz2 uhd-0e6441c3e0922642a69607b285521077a2a2f3b9.zip | |
usrp2: fix unintended change in last commit
Diffstat (limited to 'host/lib')
| -rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/host/lib/usrp/usrp2/usrp2_iface.cpp b/host/lib/usrp/usrp2/usrp2_iface.cpp index 932655eff..aaa5acbd5 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.cpp +++ b/host/lib/usrp/usrp2/usrp2_iface.cpp @@ -132,7 +132,7 @@ public:          boost::uint32_t curr_secs = this->peek32(U2_REG_TIME64_SECS_RB_IMM);          this->get_reg<boost::uint32_t, USRP2_REG_ACTION_FW_POKE32>(U2_FW_REG_LOCK_TIME, curr_secs);          //sleep for a bit -        boost::this_thread::sleep(boost::posix_time::milliseconds(500)); +        boost::this_thread::sleep(boost::posix_time::milliseconds(1500));      }  /*********************************************************************** | 
