diff options
author | Josh Blum <josh@joshknows.com> | 2012-04-25 18:15:49 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-04-25 18:15:49 -0700 |
commit | 6ca39ad9ea704e3df44579a7861472c24e3a5294 (patch) | |
tree | 0b8301688a94f3dd34a991f9acd63c06f75dc61b /host/lib/usrp/b100 | |
parent | 5e9cac116e27799a9b32d79c8acc5e865ac4d6ce (diff) | |
download | uhd-6ca39ad9ea704e3df44579a7861472c24e3a5294.tar.gz uhd-6ca39ad9ea704e3df44579a7861472c24e3a5294.tar.bz2 uhd-6ca39ad9ea704e3df44579a7861472c24e3a5294.zip |
b100/e100: bumped compat number to 10 after fpga merge
Diffstat (limited to 'host/lib/usrp/b100')
-rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index eab9c750b..df3a031ef 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -48,7 +48,7 @@ static const double B100_LINK_RATE_BPS = 256e6/5; //pratical link rate static const std::string B100_FW_FILE_NAME = "usrp_b100_fw.ihx"; static const std::string B100_FPGA_FILE_NAME = "usrp_b100_fpga.bin"; static const boost::uint16_t B100_FW_COMPAT_NUM = 0x03; -static const boost::uint16_t B100_FPGA_COMPAT_NUM = 0x09; +static const boost::uint16_t B100_FPGA_COMPAT_NUM = 10; static const boost::uint32_t B100_RX_SID_BASE = 2; static const boost::uint32_t B100_TX_ASYNC_SID = 1; static const double B100_DEFAULT_TICK_RATE = 64e6; |