diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2015-07-13 15:28:17 -0700 |
---|---|---|
committer | Moritz Fischer <moritz.fischer@ettus.com> | 2015-07-13 15:28:17 -0700 |
commit | 88b8fbe57b1886f04cffcddc40e927e35428850b (patch) | |
tree | a1a9cfd1e815b1555dde4b13abc0fd94f9a2e5b2 | |
parent | e71edf79628531eecb61234c285218a7b59a7233 (diff) | |
download | uhd-88b8fbe57b1886f04cffcddc40e927e35428850b.tar.gz uhd-88b8fbe57b1886f04cffcddc40e927e35428850b.tar.bz2 uhd-88b8fbe57b1886f04cffcddc40e927e35428850b.zip |
e3xx: Bump compat number to match change on maint.
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 b8f88a791..fbbca329a 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 = 7; +static const boost::uint32_t COMPAT_MAJOR = 9; static const boost::uint32_t COMPAT_MINOR = 0; }}}} // namespace |