summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-02-25 18:26:00 +0000
committerJosh Blum <josh@joshknows.com>2010-02-25 18:26:00 +0000
commita9f8ba6e37e1349ce61b5022ddaff1c64dd52bd3 (patch)
tree20f00ce9d86c52b194831c026cf8a5f0d6419186 /host/lib/usrp/usrp2
parentc95a158548e93d1ea37061e0b937e78ab0486b57 (diff)
downloaduhd-a9f8ba6e37e1349ce61b5022ddaff1c64dd52bd3.tar.gz
uhd-a9f8ba6e37e1349ce61b5022ddaff1c64dd52bd3.tar.bz2
uhd-a9f8ba6e37e1349ce61b5022ddaff1c64dd52bd3.zip
added usrp1e conditional compilation, and checking of device node (aka file for now)
Diffstat (limited to 'host/lib/usrp/usrp2')
-rw-r--r--host/lib/usrp/usrp2/usrp2_impl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp2/usrp2_impl.cpp b/host/lib/usrp/usrp2/usrp2_impl.cpp
index 06876d241..5aa5d6e8d 100644
--- a/host/lib/usrp/usrp2/usrp2_impl.cpp
+++ b/host/lib/usrp/usrp2/usrp2_impl.cpp
@@ -62,7 +62,6 @@ uhd::device_addrs_t usrp2::discover(const device_addr_t &hint){
device_addr_t new_addr;
new_addr["name"] = "USRP2";
new_addr["type"] = "usrp2";
- new_addr["transport"] = "udp";
new_addr["addr"] = ip_addr.to_string();
usrp2_addrs.push_back(new_addr);
break;