diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2015-04-02 16:57:29 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2015-04-02 16:57:29 -0700 |
commit | 949eebc0e456db83bb44da24197a038ea695b65b (patch) | |
tree | 37a0396c97a42f1357ca16984e02623022d30f9a /host/lib/usrp/b200 | |
parent | bf4f50de9ea8f6e36c3ac126bdbe50e1ea187eaf (diff) | |
download | uhd-949eebc0e456db83bb44da24197a038ea695b65b.tar.gz uhd-949eebc0e456db83bb44da24197a038ea695b65b.tar.bz2 uhd-949eebc0e456db83bb44da24197a038ea695b65b.zip |
b200: Bumped FPGA compat number to 5
Diffstat (limited to 'host/lib/usrp/b200')
-rw-r--r-- | host/lib/usrp/b200/b200_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b200/b200_impl.hpp b/host/lib/usrp/b200/b200_impl.hpp index cff767b4b..b68293109 100644 --- a/host/lib/usrp/b200/b200_impl.hpp +++ b/host/lib/usrp/b200/b200_impl.hpp @@ -47,7 +47,7 @@ #include "recv_packet_demuxer_3000.hpp" static const boost::uint8_t B200_FW_COMPAT_NUM_MAJOR = 7; static const boost::uint8_t B200_FW_COMPAT_NUM_MINOR = 0; -static const boost::uint16_t B200_FPGA_COMPAT_NUM = 4; +static const boost::uint16_t B200_FPGA_COMPAT_NUM = 5; static const double B200_BUS_CLOCK_RATE = 100e6; static const double B200_DEFAULT_TICK_RATE = 32e6; static const double B200_DEFAULT_FREQ = 100e6; // Hz |