Revision a0887f3b host/lib/usrp/b100/b100_impl.hpp

b/host/lib/usrp/b100/b100_impl.hpp
47 47
static const double          B100_LINK_RATE_BPS = 256e6/5; //pratical link rate (< 480 Mbps)
48 48
static const std::string     B100_FW_FILE_NAME = "usrp_b100_fw.ihx";
49 49
static const std::string     B100_FPGA_FILE_NAME = "usrp_b100_fpga.bin";
50
static const boost::uint16_t B100_FW_COMPAT_NUM = 0x02;
50
static const boost::uint16_t B100_FW_COMPAT_NUM = 0x03;
51 51
static const boost::uint16_t B100_FPGA_COMPAT_NUM = 0x09;
52 52
static const boost::uint32_t B100_RX_SID_BASE = 2;
53 53
static const boost::uint32_t B100_TX_ASYNC_SID = 1;

Also available in: Unified diff