diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-08-14 12:18:09 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-08-14 12:18:09 -0700 |
commit | e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012 (patch) | |
tree | d2207797d389c7d782fe3384dca8cb7caaa96d62 /host/lib/usrp/e300/e300_fpga_defs.hpp | |
parent | 5c9fbf9d60677ed9fb5705e71bf845b727184efe (diff) | |
download | uhd-e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012.tar.gz uhd-e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012.tar.bz2 uhd-e4a9526a1a6d2b9092d9db4fb41e57b2f2e44012.zip |
b200,e300,x300: Updated compat number for release 3.9.0
- b200: compat 10
- e300: compat 10
- x300: compat 14
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 fbbca329a..f514ec9e6 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 = 9; +static const boost::uint32_t COMPAT_MAJOR = 10; static const boost::uint32_t COMPAT_MINOR = 0; }}}} // namespace |