diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-07-09 12:36:08 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2015-07-14 12:19:41 -0700 |
commit | 5f11aee12dc90baac56a803ce462255bc8026f71 (patch) | |
tree | 40451f9e8902e3598ced002243439f99a3b551e6 | |
parent | 3cb995e3a60e940e5b23c6ca43712ab51b27c97e (diff) | |
download | uhd-5f11aee12dc90baac56a803ce462255bc8026f71.tar.gz uhd-5f11aee12dc90baac56a803ce462255bc8026f71.tar.bz2 uhd-5f11aee12dc90baac56a803ce462255bc8026f71.zip |
e3xx: Bump compat number from 6 -> 8.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
-rw-r--r-- | host/lib/usrp/e300/e300_fpga_defs.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/e300/e300_fpga_defs.hpp b/host/lib/usrp/e300/e300_fpga_defs.hpp index c038efbae..eea4d7f63 100644 --- a/host/lib/usrp/e300/e300_fpga_defs.hpp +++ b/host/lib/usrp/e300/e300_fpga_defs.hpp @@ -21,7 +21,7 @@ namespace uhd { namespace usrp { namespace e300 { namespace fpga { static const size_t NUM_RADIOS = 2; -static const boost::uint32_t COMPAT_MAJOR = 6; +static const boost::uint32_t COMPAT_MAJOR = 8; static const boost::uint32_t COMPAT_MINOR = 0; }}}} // namespace |