aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-01-27 10:55:59 -0800
committerJosh Blum <josh@joshknows.com>2011-01-27 10:55:59 -0800
commite7df80534244adf49d1df6efcb316b96f6af994d (patch)
treeff4a3e172af59f729581206c2ff1015f180992d6 /host/lib
parentb83454de39f13d128382d7c337c6e1e601cc6947 (diff)
downloaduhd-e7df80534244adf49d1df6efcb316b96f6af994d.tar.gz
uhd-e7df80534244adf49d1df6efcb316b96f6af994d.tar.bz2
uhd-e7df80534244adf49d1df6efcb316b96f6af994d.zip
usrp-e100: revert compat number until its ready
Diffstat (limited to 'host/lib')
-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 864e82099..df8e5dc9f 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_COMPAT_NUM = 0x02; //make this 3 then the mainline fpga image gets fixed for embedded
//! load an fpga image from a bin file into the usrp-e fpga
extern void usrp_e100_load_fpga(const std::string &bin_file);