diff options
author | michael-west <michael.west@ettus.com> | 2016-08-15 11:18:37 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-09-02 11:10:46 -0700 |
commit | b229a1972c421c90420363ce1f93be91cc9bd2aa (patch) | |
tree | 4d69673e6e5e18f13620a2cda54453325a420288 /host/lib/usrp/b200/b200_uart.hpp | |
parent | 90a5d3153e04b6d0b95e51bc84cf396a4e009c07 (diff) | |
download | uhd-b229a1972c421c90420363ce1f93be91cc9bd2aa.tar.gz uhd-b229a1972c421c90420363ce1f93be91cc9bd2aa.tar.bz2 uhd-b229a1972c421c90420363ce1f93be91cc9bd2aa.zip |
B200: GPSDO fixes
- Fix initialization order
- Initialize to proper baud rate divisor
- Remove unused function to change baud rate divisor
- Simplify UART code so it does not strip or add characters
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; }; |