aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.hpp')
-rw-r--r--host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.hpp b/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.hpp
index 658edc987..4ff1cec04 100644
--- a/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.hpp
+++ b/host/lib/usrp/dboard/e3xx/e3xx_radio_control_impl.hpp
@@ -251,7 +251,7 @@ private:
* Private attributes
*************************************************************************/
//! Locks access to setter APIs
- mutable std::mutex _set_lock;
+ mutable std::recursive_mutex _set_lock;
//! Prepended for all dboard RPC calls
std::string _rpc_prefix = "db_0_";