summaryrefslogtreecommitdiffstats
path: root/host/lib/usrp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-05-16 11:58:03 -0700
committerJosh Blum <josh@joshknows.com>2011-05-16 11:58:03 -0700
commit13be023531fa1be8d43b999c3ea5ab477f101fdc (patch)
tree9a24a949aa0d30b9a992d89c232ae1b812b3c09f /host/lib/usrp
parente6e010e02a12359a31e70ac7fe2ae7c39fa3e9d6 (diff)
parentc8565df0e51922443426a0392f5f1fb4e3743ce1 (diff)
downloaduhd-13be023531fa1be8d43b999c3ea5ab477f101fdc.tar.gz
uhd-13be023531fa1be8d43b999c3ea5ab477f101fdc.tar.bz2
uhd-13be023531fa1be8d43b999c3ea5ab477f101fdc.zip
Merge branch 'use_vita_length' into next
Diffstat (limited to 'host/lib/usrp')
-rw-r--r--host/lib/usrp/usrp_e100/usrp_e100_impl.hpp2
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 ab3379dd5..318a75191 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 = 0x03;
+static const boost::uint16_t USRP_E_FPGA_COMPAT_NUM = 0x04;
//! load an fpga image from a bin file into the usrp-e fpga
extern void usrp_e100_load_fpga(const std::string &bin_file);