summaryrefslogtreecommitdiff
path: root/usrp/host/lib/fusb.h
diff options
context:
space:
mode:
Diffstat (limited to 'usrp/host/lib/fusb.h')
-rw-r--r--usrp/host/lib/fusb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/host/lib/fusb.h b/usrp/host/lib/fusb.h
index 00bdffcc01..341e570a43 100644
--- a/usrp/host/lib/fusb.h
+++ b/usrp/host/lib/fusb.h
@@ -65,7 +65,7 @@ public:
int block_size = 0, int nblocks = 0) = 0;
// ACCESSORS
- libusb_device_handle *get_libusb_device_handle () const { return d_udh; }
+ libusb_device_handle *get_usb_dev_handle () const { return d_udh; }
};