Revision 04dae4bf host/utils/uhd_find_devices.cpp

b/host/utils/uhd_find_devices.cpp
53 53
        std::cout << "-- UHD Device " << i << std::endl;
54 54
        std::cout << "--------------------------------------------------" << std::endl;
55 55
        std::cout << device_addrs[i].to_string() << std::endl << std::endl;
56
        uhd::device::make(device_addrs[i]); //test make
56
        //uhd::device::make(device_addrs[i]); //test make
57 57
    }
58 58

  
59 59
    return 0;

Also available in: Unified diff