summaryrefslogtreecommitdiffstats
path: root/apps/discover_usrps.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/discover_usrps.cpp')
-rw-r--r--apps/discover_usrps.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/discover_usrps.cpp b/apps/discover_usrps.cpp
index 52eb85b0a..92c90f89a 100644
--- a/apps/discover_usrps.cpp
+++ b/apps/discover_usrps.cpp
@@ -57,6 +57,8 @@ 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;
+ //make each device just to test (TODO: remove this)
+ device::make(device_addrs[i]);
}
return 0;