diff options
author | Jonathon Pendlum <jonathon.pendlum@ettus.com> | 2015-04-29 14:01:03 -0700 |
---|---|---|
committer | Jonathon Pendlum <jonathon.pendlum@ettus.com> | 2015-04-29 14:01:03 -0700 |
commit | a7150e25f1ec5802963f44c5f748b211c6fcae8f (patch) | |
tree | ec21470c1806e0df78164fa8ac19d0a702567c98 /host/lib | |
parent | bafd5a574df850ebbc46cf5ffb10222460386157 (diff) | |
download | uhd-a7150e25f1ec5802963f44c5f748b211c6fcae8f.tar.gz uhd-a7150e25f1ec5802963f44c5f748b211c6fcae8f.tar.bz2 uhd-a7150e25f1ec5802963f44c5f748b211c6fcae8f.zip |
e300: Increase FPGA compatibility number
Diffstat (limited to 'host/lib')
-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..b8f88a791 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 = 7; static const boost::uint32_t COMPAT_MINOR = 0; }}}} // namespace |