diff options
author | Josh Blum <josh@joshknows.com> | 2010-03-01 11:50:14 -0800 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2010-03-01 11:50:14 -0800 |
commit | 6e8473e6eef84875e2c3babb35732f8c3b2a0247 (patch) | |
tree | 597242794c41b67b0a4693d6e5976d263015f6ae /host/apps/discover_usrps.cpp | |
parent | 606b896cb964c38ddfed0f0e5785237f9a4d0034 (diff) | |
download | uhd-6e8473e6eef84875e2c3babb35732f8c3b2a0247.tar.gz uhd-6e8473e6eef84875e2c3babb35732f8c3b2a0247.tar.bz2 uhd-6e8473e6eef84875e2c3babb35732f8c3b2a0247.zip |
Recv noise with uhd.
Diffstat (limited to 'host/apps/discover_usrps.cpp')
-rw-r--r-- | host/apps/discover_usrps.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/host/apps/discover_usrps.cpp b/host/apps/discover_usrps.cpp index 5172a4a26..20ac1f9ed 100644 --- a/host/apps/discover_usrps.cpp +++ b/host/apps/discover_usrps.cpp @@ -63,9 +63,6 @@ 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) - uhd::device::sptr dev = uhd::device::make(device_addrs[i]); - std::cout << wax::cast<std::string>((*dev)[uhd::DEVICE_PROP_MBOARD][uhd::MBOARD_PROP_NAME]) << std::endl; } return 0; |