diff options
author | Nick Foster <nick@ettus.com> | 2011-05-18 20:19:03 -0700 |
---|---|---|
committer | Nick Foster <nick@ettus.com> | 2011-05-18 20:19:03 -0700 |
commit | 21856ee1ba8fb755bf94a0c70c76287f4998b6bf (patch) | |
tree | a4794095ed691516be3cfd112a54845008a8d271 /host/lib/usrp/usrp2/usrp2_iface.hpp | |
parent | df020c6923aae830a20a2405c9de086b22e7c5f0 (diff) | |
download | uhd-21856ee1ba8fb755bf94a0c70c76287f4998b6bf.tar.gz uhd-21856ee1ba8fb755bf94a0c70c76287f4998b6bf.tar.bz2 uhd-21856ee1ba8fb755bf94a0c70c76287f4998b6bf.zip |
N210: changes for rev 4 support
Diffstat (limited to 'host/lib/usrp/usrp2/usrp2_iface.hpp')
-rw-r--r-- | host/lib/usrp/usrp2/usrp2_iface.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_iface.hpp b/host/lib/usrp/usrp2/usrp2_iface.hpp index f2b8a1e29..16b640a70 100644 --- a/host/lib/usrp/usrp2/usrp2_iface.hpp +++ b/host/lib/usrp/usrp2/usrp2_iface.hpp @@ -56,7 +56,9 @@ public: USRP2_REV3 = 3, USRP2_REV4 = 4, USRP_N200 = 200, + USRP_N200_R4 = 201, USRP_N210 = 210, + USRP_N210_R4 = 211, USRP_NXXX = 0 }; |