From 7749b0f0651733aa5962d5b577f483d37d125e24 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Tue, 8 Nov 2011 09:32:40 -0800 Subject: uhd: useful tweaks from user --- host/lib/usrp/usrp2/usrp2_iface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/usrp2') diff --git a/host/lib/usrp/usrp2/usrp2_iface.cpp b/host/lib/usrp/usrp2/usrp2_iface.cpp index a26cedcc5..4830c10d9 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.cpp +++ b/host/lib/usrp/usrp2/usrp2_iface.cpp @@ -119,7 +119,7 @@ public: } else{ _lock_task.reset(); //shutdown the task - this->get_reg(U2_FW_REG_LOCK_TIME, 0); //unlock + this->get_reg(U2_FW_REG_LOCK_TIME, 0xfffffff0); //unlock } } -- cgit v1.2.3