From 8ce75a3ca7a51f4bdee87d78a610a0f2519473ae Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 23 Nov 2010 10:19:05 -0800 Subject: usrp_nxxx: software workarounds for weird power up state --- host/lib/usrp/usrp2/usrp2_impl.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/usrp2/usrp2_impl.hpp') 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. -- cgit v1.2.3