diff options
author | Brent Stapleton <brent.stapleton@ettus.com> | 2018-04-17 19:33:53 -0700 |
---|---|---|
committer | Brent Stapleton <bstapleton@g.hmc.edu> | 2018-07-18 15:37:27 -0700 |
commit | 7d28d9140e2c57db36b37d60d9ce4bff86357bac (patch) | |
tree | b775d13d8b0386bea39adaf279511e24c51f35f6 /host/lib/usrp/mpmd/mpmd_devices.hpp | |
parent | 300a5e3f6e5e845b4b8d093222e1c51ca4640f79 (diff) | |
download | uhd-7d28d9140e2c57db36b37d60d9ce4bff86357bac.tar.gz uhd-7d28d9140e2c57db36b37d60d9ce4bff86357bac.tar.bz2 uhd-7d28d9140e2c57db36b37d60d9ce4bff86357bac.zip |
uhd: initial commit of UHD support for E320
Co-authored-by: Sugandha Gupta <sugandha.gupta@ettus.com>
Diffstat (limited to 'host/lib/usrp/mpmd/mpmd_devices.hpp')
-rw-r--r-- | host/lib/usrp/mpmd/mpmd_devices.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host/lib/usrp/mpmd/mpmd_devices.hpp b/host/lib/usrp/mpmd/mpmd_devices.hpp index 7e12fe31a..ab0cc1271 100644 --- a/host/lib/usrp/mpmd/mpmd_devices.hpp +++ b/host/lib/usrp/mpmd/mpmd_devices.hpp @@ -17,7 +17,8 @@ static constexpr char MPM_CATCHALL_DEVICE_TYPE[] = "mpm"; // to make decisions. This vector is for filtering purposes. static const std::vector<std::string> MPM_DEVICE_TYPES = { MPM_CATCHALL_DEVICE_TYPE, - "n3xx" + "n3xx", + "e3xx", }; #endif /* INCLUDED_MPMD_DEVICES_HPP */ |