From f2fbcfa30edd32e134a23a1e18079f3e354709f1 Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Wed, 21 May 2014 11:56:07 -0700 Subject: Lots of bit-specific type work to fix compilation on older OSes. --- host/lib/usrp/x300/x300_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/x300/x300_impl.hpp') diff --git a/host/lib/usrp/x300/x300_impl.hpp b/host/lib/usrp/x300/x300_impl.hpp index 90aed2fdb..80f3e8faa 100644 --- a/host/lib/usrp/x300/x300_impl.hpp +++ b/host/lib/usrp/x300/x300_impl.hpp @@ -273,8 +273,8 @@ private: }; both_xports_t make_transport( const size_t mb_index, - const uint8_t& destination, - const uint8_t& prefix, + const boost::uint8_t& destination, + const boost::uint8_t& prefix, const uhd::device_addr_t& args, boost::uint32_t& sid); -- cgit v1.2.3