diff options
| author | Michael West <michael.west@ettus.com> | 2013-11-18 12:40:24 -0800 | 
|---|---|---|
| committer | Michael West <michael.west@ettus.com> | 2013-11-18 12:40:24 -0800 | 
| commit | 32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e (patch) | |
| tree | 9d5e2aa9e1bae2fde76d1ec52b6a81611a90a1b8 /host/lib/usrp/b200 | |
| parent | 91c10b31f94f95f1588571e0580b09a8b354a2a3 (diff) | |
| download | uhd-32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e.tar.gz uhd-32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e.tar.bz2 uhd-32b0b1a139a0ca4f9bfc544dccc1daa2e86fbb0e.zip | |
More cleanup for dynamic linking.
Diffstat (limited to 'host/lib/usrp/b200')
| -rw-r--r-- | host/lib/usrp/b200/b200_iface.hpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/host/lib/usrp/b200/b200_iface.hpp b/host/lib/usrp/b200/b200_iface.hpp index 4b678b1f9..5b6eeede4 100644 --- a/host/lib/usrp/b200/b200_iface.hpp +++ b/host/lib/usrp/b200/b200_iface.hpp @@ -45,7 +45,7 @@ public:       * \param usb_ctrl a USB control transport       * \return a new b200 interface object       */ -    static UHD_API sptr make(uhd::transport::usb_control::sptr usb_ctrl); +    static sptr make(uhd::transport::usb_control::sptr usb_ctrl);      //! query the device USB speed (2, 3)      virtual boost::uint8_t get_usb_speed(void) = 0; | 
