diff options
author | michael-west <michael.west@ettus.com> | 2016-03-22 15:04:53 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2016-03-29 17:59:04 -0700 |
commit | 8db87873c1640940672d10ab9de07e3e43f3716c (patch) | |
tree | 74f779427820f79a0973e181c211098fa5912ca7 /host/lib | |
parent | 0cf918a3d42743c0bb2586e308c1275dbeffbd74 (diff) | |
download | uhd-8db87873c1640940672d10ab9de07e3e43f3716c.tar.gz uhd-8db87873c1640940672d10ab9de07e3e43f3716c.tar.bz2 uhd-8db87873c1640940672d10ab9de07e3e43f3716c.zip |
E310: Radio reset fix
- Updated images
- E310: Bumped compat number to 16 for radio reset fix
- Update fpga-src submodule pointer
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 471376337..36dd47383 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 = 15; +static const boost::uint32_t COMPAT_MAJOR = 16; static const boost::uint32_t COMPAT_MINOR = 0; }}}} // namespace |