From 010fff783bf658e79b0b32ad64a44af4e3f22b1e Mon Sep 17 00:00:00 2001 From: Thomas Tsou Date: Wed, 16 Oct 2013 00:31:18 -0400 Subject: Transceiver52M: Move reference select from compile time to database Enabling the external reference on UHD devices through the configure time switch is awkward. Use a database variable "TRX.Reference" with '0' or '1' value for internal and external references respectively. Use internal reference is no entry is defined. Signed-off-by: Thomas Tsou --- Transceiver52M/USRPDevice.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Transceiver52M/USRPDevice.cpp') diff --git a/Transceiver52M/USRPDevice.cpp b/Transceiver52M/USRPDevice.cpp index 3a61e64..1fff124 100644 --- a/Transceiver52M/USRPDevice.cpp +++ b/Transceiver52M/USRPDevice.cpp @@ -90,7 +90,7 @@ USRPDevice::USRPDevice(int sps, bool skipRx) #endif } -int USRPDevice::open(const std::string &) +int USRPDevice::open(const std::string &, bool) { writeLock.unlock(); -- cgit v1.2.3