From 21856ee1ba8fb755bf94a0c70c76287f4998b6bf Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Wed, 18 May 2011 20:19:03 -0700 Subject: N210: changes for rev 4 support --- host/lib/usrp/usrp2/codec_impl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/usrp2/codec_impl.cpp') diff --git a/host/lib/usrp/usrp2/codec_impl.cpp b/host/lib/usrp/usrp2/codec_impl.cpp index 50320773f..26da42759 100644 --- a/host/lib/usrp/usrp2/codec_impl.cpp +++ b/host/lib/usrp/usrp2/codec_impl.cpp @@ -67,6 +67,8 @@ void usrp2_mboard_impl::rx_codec_get(const wax::obj &key_, wax::obj &val){ switch(_iface->get_rev()){ case usrp2_iface::USRP_N200: case usrp2_iface::USRP_N210: + case usrp2_iface::USRP_N200_R4: + case usrp2_iface::USRP_N210_R4: val = _iface->get_cname() + " adc - ads62p44"; break; -- cgit v1.2.3