diff options
author | Martin Braun <martin.braun@ettus.com> | 2015-06-11 13:24:36 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-06-11 13:24:36 -0700 |
commit | 6508bd1d577ceec52e648882361421e548e196e6 (patch) | |
tree | e7fa9f65eb02ea16b2ff4c3a4526c1a241c13dc0 /host/include | |
parent | 4d0dadb3cc0106c9026bc41d7d74d55918d13b43 (diff) | |
download | uhd-6508bd1d577ceec52e648882361421e548e196e6.tar.gz uhd-6508bd1d577ceec52e648882361421e548e196e6.tar.bz2 uhd-6508bd1d577ceec52e648882361421e548e196e6.zip |
multi_usrp: Add define for GPIO capabilities
Diffstat (limited to 'host/include')
-rw-r--r-- | host/include/uhd/usrp/multi_usrp.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/include/uhd/usrp/multi_usrp.hpp b/host/include/uhd/usrp/multi_usrp.hpp index 6fd22ff23..7ac38f84b 100644 --- a/host/include/uhd/usrp/multi_usrp.hpp +++ b/host/include/uhd/usrp/multi_usrp.hpp @@ -26,6 +26,8 @@ #define UHD_USRP_MULTI_USRP_BW_RANGE_API #define UHD_USRP_MULTI_USRP_USER_REGS_API #define UHD_USRP_MULTI_USRP_GET_USRP_INFO_API +#define UHD_USRP_MULTI_USRP_NORMALIZED_GAIN +#define UHD_USRP_MULTI_USRP_GPIO_API #include <uhd/config.hpp> #include <uhd/device.hpp> |