diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-12-16 12:47:19 +0100 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-12-16 12:47:19 +0100 |
commit | c2c2ecfad41a37655277d42cbed103c7f952852a (patch) | |
tree | b42e6238a5bdb4106646bcd0c98cca3c5bc05238 /host/lib/usrp/e300/e300_fpga_defs.hpp | |
parent | bb10b51c21ed7e116e4be5b11a256eefb60d7903 (diff) | |
parent | 2474ac3296142aa333c09c0215d6fb80c446f20e (diff) | |
download | uhd-c2c2ecfad41a37655277d42cbed103c7f952852a.tar.gz uhd-c2c2ecfad41a37655277d42cbed103c7f952852a.tar.bz2 uhd-c2c2ecfad41a37655277d42cbed103c7f952852a.zip |
Merge branch 'maint'
Diffstat (limited to 'host/lib/usrp/e300/e300_fpga_defs.hpp')
-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 d58fd63a9..5fba65b90 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 = 4; +static const boost::uint32_t COMPAT_MAJOR = 5; static const boost::uint32_t COMPAT_MINOR = 0; }}}} // namespace |