diff options
| author | Martin Braun <martin.braun@ettus.com> | 2018-07-31 09:32:51 -0700 | 
|---|---|---|
| committer | Brent Stapleton <brent.stapleton@ettus.com> | 2018-07-31 10:05:03 -0700 | 
| commit | b16cf34e47c345b3ca7317ab74735616f2e32994 (patch) | |
| tree | 756fa415a33b46e05bb114f9e92af2541bcb4783 | |
| parent | bd6ac34de76e7415cd0c6dc535babd8a58d73185 (diff) | |
| download | uhd-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.
| -rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 1 | 
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> | 
