diff options
author | Josh Blum <josh@joshknows.com> | 2011-03-11 17:02:11 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-03-11 17:02:11 +0000 |
commit | 6fc9a384a7d9aef9457e7f7015431880f6bf91d8 (patch) | |
tree | efc48dabcc2c15ced30c8f9189bf4dc9c0b7c542 /host/lib/usrp/usrp_e100/usrp_e100_impl.hpp | |
parent | 585b0455e8176d8e1abc2722f2a0e56eb89e1c58 (diff) | |
download | uhd-6fc9a384a7d9aef9457e7f7015431880f6bf91d8.tar.gz uhd-6fc9a384a7d9aef9457e7f7015431880f6bf91d8.tar.bz2 uhd-6fc9a384a7d9aef9457e7f7015431880f6bf91d8.zip |
usrp-e100: added module compat num check, made fpga compat constant more obvious
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 897616320..98117cf26 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 = 0x03; +static const boost::uint16_t USRP_E_FPGA_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); |