From 5758533839a411906f70e29975a9e9ad2926fe89 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Mon, 28 Jan 2019 14:58:30 +0100 Subject: b200_cores: Replace usage of boost::mutex with std::mutex --- host/lib/usrp/b200/b200_cores.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'host/lib/usrp/b200/b200_cores.hpp') diff --git a/host/lib/usrp/b200/b200_cores.hpp b/host/lib/usrp/b200/b200_cores.hpp index 7b5484831..7dabb66e9 100644 --- a/host/lib/usrp/b200/b200_cores.hpp +++ b/host/lib/usrp/b200/b200_cores.hpp @@ -12,7 +12,8 @@ #include #include #include -#include +#include +#include class b200_local_spi_core : uhd::noncopyable, public uhd::spi_iface { @@ -41,7 +42,7 @@ private: spi_core_3000::sptr _spi_core; perif_t _current_perif; perif_t _last_perif; - boost::mutex _mutex; + std::mutex _mutex; }; class b200_ref_pll_ctrl : public uhd::usrp::adf4001_ctrl { -- cgit v1.2.3