aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/radioInterface.cpp
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 16:29:05 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2018-04-24 18:46:48 +0200
commita4316ee4c5d2f097823616f1ca3fa82b2f25204c (patch)
treec10f3728c25d978845b7a912e3feac901b20c13d /Transceiver52M/radioInterface.cpp
parent2128a308eb06aab9a94f479794d334705ae0505e (diff)
Change configure define USRP1 to DEVICE_USRP1
Similar as we do for ARCH_*, it's easier to find those are related to device support features. Change-Id: Iba238bff689b8f944af76120402c0fa2e29a70de
Diffstat (limited to 'Transceiver52M/radioInterface.cpp')
-rw-r--r--Transceiver52M/radioInterface.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Transceiver52M/radioInterface.cpp b/Transceiver52M/radioInterface.cpp
index e039d5c..c3063ff 100644
--- a/Transceiver52M/radioInterface.cpp
+++ b/Transceiver52M/radioInterface.cpp
@@ -151,7 +151,7 @@ bool RadioInterface::start()
return true;
LOG(INFO) << "Starting radio device";
-#ifdef USRP1
+#ifdef DEVICE_USRP1
mAlignRadioServiceLoopThread.start((void * (*)(void*))AlignRadioServiceLoopAdapter,
(void*)this);
#endif
@@ -191,7 +191,7 @@ bool RadioInterface::stop()
return true;
}
-#ifdef USRP1
+#ifdef DEVICE_USRP1
void *AlignRadioServiceLoopAdapter(RadioInterface *radioInterface)
{
while (1) {