diff options
author | Martin Braun <martin.braun@ettus.com> | 2016-09-05 11:47:55 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-05 11:47:55 -0700 |
commit | bb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd (patch) | |
tree | 4eb7fc68e2e04c6e47d68629a3e147bed65ddd2b /host/lib/usrp/b200/b200_uart.hpp | |
parent | 2262316abdfcb0cbe7c4a99290d85e1da84811e8 (diff) | |
parent | 83912104a9c1ab3631f755a4d98ee86e195db690 (diff) | |
download | uhd-bb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd.tar.gz uhd-bb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd.tar.bz2 uhd-bb95d96ad8cdcdb3f12ef62231c1b0f9dcd7ebfd.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/b200/b200_uart.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_uart.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_uart.hpp b/host/lib/usrp/b200/b200_uart.hpp index 1c8e44ddc..f58479888 100644 --- a/host/lib/usrp/b200/b200_uart.hpp +++ b/host/lib/usrp/b200/b200_uart.hpp @@ -29,7 +29,6 @@ public: typedef boost::shared_ptr<b200_uart> sptr; static sptr make(uhd::transport::zero_copy_if::sptr, const boost::uint32_t sid); virtual void handle_uart_packet(uhd::transport::managed_recv_buffer::sptr buff) = 0; - virtual void set_baud_divider(const double baud_div) = 0; }; |