Closed crroush closed 4 years ago
The various calls to uhd::property_tree::sptr tree = _dev->get_device()->get_tree(); returns a null shared pointer with X300. Changing the call to be _dev->get_tree() resolves the issue.
uhd::property_tree::sptr tree = _dev->get_device()->get_tree();
Could I get a PR for the change?
The various calls to
uhd::property_tree::sptr tree = _dev->get_device()->get_tree();
returns a null shared pointer with X300. Changing the call to be _dev->get_tree() resolves the issue.