Advertisement
Guest User

Untitled

a guest
May 24th, 2011
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. diff --git a/gr-uhd/lib/gr_uhd_usrp_source.cc b/gr-uhd/lib/gr_uhd_usrp_source.cc
  2. index 1234ed7..6e82f3f 100644
  3. --- a/gr-uhd/lib/gr_uhd_usrp_source.cc
  4. +++ b/gr-uhd/lib/gr_uhd_usrp_source.cc
  5. @@ -175,7 +175,7 @@ public:
  6. //wait for a packet to become available
  7. size_t num_samps = _dev->get_device()->recv(
  8. output_items, noutput_items, _metadata,
  9. - _type, uhd::device::RECV_MODE_ONE_PACKET, 1.0
  10. + _type, uhd::device::RECV_MODE_ONE_PACKET, 3.0
  11. );
  12.  
  13. //handle possible errors conditions
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement