From b16cf34e47c345b3ca7317ab74735616f2e32994 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 31 Jul 2018 09:32:51 -0700 Subject: 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. --- host/include/uhd/usrp/multi_usrp.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'host/include') 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 #include -- cgit v1.2.3