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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/apps/discover_usrps.cpp b/host/apps/discover_usrps.cpp
index 448095726..d670d1651 100644
--- a/host/apps/discover_usrps.cpp
+++ b/host/apps/discover_usrps.cpp
@@ -63,7 +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
+ uhd::device::make(device_addrs[i]); //test make
}
return 0;