diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-06 04:09:13 +0100 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-06 04:09:13 +0100 |
commit | 01d85c733bd3220e6a44e5a9c132172462f85ef7 (patch) | |
tree | d61a5dfad158aa2799664075aa186c521f94b37a /host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | |
parent | 34c95d097ee96502dc1dfa3b4f7b9c1b80d245c6 (diff) | |
download | uhd-01d85c733bd3220e6a44e5a9c132172462f85ef7.tar.gz uhd-01d85c733bd3220e6a44e5a9c132172462f85ef7.tar.bz2 uhd-01d85c733bd3220e6a44e5a9c132172462f85ef7.zip |
usrp-e100: added check for wishbone readback and clock recovery
Diffstat (limited to 'host/lib/usrp/usrp_e100/usrp_e100_impl.hpp')
-rw-r--r-- | host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp b/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp index 318a75191..84703f828 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp @@ -33,7 +33,7 @@ uhd::transport::zero_copy_if::sptr usrp_e100_make_mmap_zero_copy(usrp_e100_iface::sptr iface); -static const boost::uint16_t USRP_E_FPGA_COMPAT_NUM = 0x04; +static const boost::uint16_t USRP_E_FPGA_COMPAT_NUM = 0x05; //! load an fpga image from a bin file into the usrp-e fpga extern void usrp_e100_load_fpga(const std::string &bin_file); |