diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-22 14:02:53 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-22 14:02:53 +0000 |
commit | d27817a7ade49e74d29bf20a8ffa3ee35cbfe7ea (patch) | |
tree | 70d71e0f82e55fef61a67a7e605f1115074318e1 /host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | |
parent | 2cb6092ddfcf5f3881faa455566d4f332b01d0ac (diff) | |
download | uhd-d27817a7ade49e74d29bf20a8ffa3ee35cbfe7ea.tar.gz uhd-d27817a7ade49e74d29bf20a8ffa3ee35cbfe7ea.tar.bz2 uhd-d27817a7ade49e74d29bf20a8ffa3ee35cbfe7ea.zip |
usrp-e100: changes for global reset and non-zero sids on rx
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 df8e5dc9f..864e82099 100644 --- a/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp +++ b/host/lib/usrp/usrp_e100/usrp_e100_impl.hpp @@ -30,7 +30,7 @@ #ifndef INCLUDED_USRP_E100_IMPL_HPP #define INCLUDED_USRP_E100_IMPL_HPP -static const boost::uint16_t USRP_E_COMPAT_NUM = 0x02; //make this 3 then the mainline fpga image gets fixed for embedded +static const boost::uint16_t USRP_E_COMPAT_NUM = 0x03; //! load an fpga image from a bin file into the usrp-e fpga extern void usrp_e100_load_fpga(const std::string &bin_file); |