diff options
author | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-22 12:29:20 -0700 |
---|---|---|
committer | Ben Hilburn <ben.hilburn@ettus.com> | 2014-05-22 12:29:20 -0700 |
commit | 482a4eaffd146de789dfc59052a4c3cb5b51938a (patch) | |
tree | 138a997cd1ebc44eb95f04a2f1716487dad52b98 /host/lib/usrp/x300/x300_impl.hpp | |
parent | 054a752bb25f9e17c1269b28ad2a95865c0d63a2 (diff) | |
parent | f2fbcfa30edd32e134a23a1e18079f3e354709f1 (diff) | |
download | uhd-482a4eaffd146de789dfc59052a4c3cb5b51938a.tar.gz uhd-482a4eaffd146de789dfc59052a4c3cb5b51938a.tar.bz2 uhd-482a4eaffd146de789dfc59052a4c3cb5b51938a.zip |
Further changes to bit-specific types for building on older OSes.
Diffstat (limited to 'host/lib/usrp/x300/x300_impl.hpp')
-rw-r--r-- | host/lib/usrp/x300/x300_impl.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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); |