summaryrefslogtreecommitdiffstats
path: root/host/apps/discover_usrps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/apps/discover_usrps.cpp')
-rw-r--r--host/apps/discover_usrps.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/apps/discover_usrps.cpp b/host/apps/discover_usrps.cpp
index 20ac1f9ed..448095726 100644
--- a/host/apps/discover_usrps.cpp
+++ b/host/apps/discover_usrps.cpp
@@ -63,6 +63,7 @@ int main(int argc, char *argv[]){
std::cout << "-- USRP Device " << i << std::endl;
std::cout << "--------------------------------------------------" << std::endl;
std::cout << device_addrs[i] << std::endl << std::endl;
+ //uhd::device::make(device_addrs[i]); //test make
}
return 0;