diff options
author | Josh Blum <josh@joshknows.com> | 2010-11-23 10:19:05 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-11-23 10:19:05 -0800 |
commit | 8ce75a3ca7a51f4bdee87d78a610a0f2519473ae (patch) | |
tree | 1d04bdefbd4d01b53ffc3bc261dabf867487f68a /host/lib/usrp/usrp2/usrp2_impl.hpp | |
parent | d35b7327710f08f96f2cfb93bcc28f14515ea9bb (diff) | |
download | uhd-8ce75a3ca7a51f4bdee87d78a610a0f2519473ae.tar.gz uhd-8ce75a3ca7a51f4bdee87d78a610a0f2519473ae.tar.bz2 uhd-8ce75a3ca7a51f4bdee87d78a610a0f2519473ae.zip |
usrp_nxxx: software workarounds for weird power up state
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_impl.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.hpp b/host/lib/usrp/usrp2/usrp2_impl.hpp index ede777323..aa8eb0155 100644 --- a/host/lib/usrp/usrp2/usrp2_impl.hpp +++ b/host/lib/usrp/usrp2/usrp2_impl.hpp @@ -180,6 +180,8 @@ private: class usrp2_impl : public uhd::device{ public: static const size_t sram_bytes = size_t(1 << 20); + static const boost::uint32_t RECV_SID = 1; + static const boost::uint32_t ASYNC_SID = 2; /*! * Create a new usrp2 impl base. |