aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/n230/n230_uart.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/n230/n230_uart.hpp')
-rw-r--r--host/lib/usrp/n230/n230_uart.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/n230/n230_uart.hpp b/host/lib/usrp/n230/n230_uart.hpp
index 0bde12ab2..168399f50 100644
--- a/host/lib/usrp/n230/n230_uart.hpp
+++ b/host/lib/usrp/n230/n230_uart.hpp
@@ -29,7 +29,7 @@ class n230_uart: boost::noncopyable, public uhd::uart_iface
{
public:
typedef boost::shared_ptr<n230_uart> sptr;
- static sptr make(uhd::transport::zero_copy_if::sptr, const boost::uint32_t sid);
+ static sptr make(uhd::transport::zero_copy_if::sptr, const uint32_t sid);
virtual void set_baud_divider(const double baud_div) = 0;
};