diff options
-rw-r--r-- | host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp b/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp index 42872ba43..a223e17c9 100644 --- a/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp +++ b/host/lib/include/uhdlib/rfnoc/rfnoc_device.hpp @@ -21,8 +21,7 @@ namespace uhd { namespace rfnoc { namespace detail { class rfnoc_device : public uhd::device { public: - using sptr = std::shared_ptr<rfnoc_device>; // FIXME make std::shared_ptr when - // uhd::device is ready + using sptr = std::shared_ptr<rfnoc_device>; rfnoc_device() { |