Guest User

Untitled

a guest
May 8th, 2012
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. diff --git a/host/lib/usrp/usrp1/usrp1_impl.hpp b/host/lib/usrp/usrp1/usrp1_impl
  2. index fd1b8c1..66fd5fe 100644
  3. --- a/host/lib/usrp/usrp1/usrp1_impl.hpp
  4. +++ b/host/lib/usrp/usrp1/usrp1_impl.hpp
  5. @@ -140,6 +140,7 @@ private:
  6. }
  7. void enable_tx(bool enb){
  8. _tx_enabled = enb;
  9. + if (not enb) return;
  10. _fx2_ctrl->usrp_tx_enable(enb);
  11. }
Advertisement
Add Comment
Please, Sign In to add comment