aboutsummaryrefslogtreecommitdiffstats
path: root/host/include
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-07-31 09:32:51 -0700
committerBrent Stapleton <brent.stapleton@ettus.com>2018-07-31 10:05:03 -0700
commitb16cf34e47c345b3ca7317ab74735616f2e32994 (patch)
tree756fa415a33b46e05bb114f9e92af2541bcb4783 /host/include
parentbd6ac34de76e7415cd0c6dc535babd8a58d73185 (diff)
downloaduhd-b16cf34e47c345b3ca7317ab74735616f2e32994.tar.gz
uhd-b16cf34e47c345b3ca7317ab74735616f2e32994.tar.bz2
uhd-b16cf34e47c345b3ca7317ab74735616f2e32994.zip
fixup! multi_usrp: Expose APIs for TX LO controls
This is a fixup of a pretty old commit, but necessary. It adds a UHD_USRP_MULTI_USRP_TX_LO_CONFIG_API macro for detection of TX LO controls, which should have been in the original commit.
Diffstat (limited to 'host/include')
-rw-r--r--host/include/uhd/usrp/multi_usrp.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp
index 07878aed8..c2b905426 100644
--- a/host/include/uhd/usrp/multi_usrp.hpp
+++ b/host/include/uhd/usrp/multi_usrp.hpp
@@ -22,6 +22,7 @@
#define UHD_USRP_MULTI_USRP_REGISTER_API
#define UHD_USRP_MULTI_USRP_FILTER_API
#define UHD_USRP_MULTI_USRP_LO_CONFIG_API
+#define UHD_USRP_MULTI_USRP_TX_LO_CONFIG_API
#include <uhd/config.hpp>
#include <uhd/device.hpp>