diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-17 09:44:07 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-17 09:44:07 -0700 |
commit | a984d9059a9cd405b18815f5e7669fbd0b0fa555 (patch) | |
tree | 9f439189a231157d44b4c8cfc82157c2db94df4c /host/lib/usrp/b100/b100_impl.hpp | |
parent | 5f49df7cab3cf4e726771178a87201f884947a6e (diff) | |
download | uhd-a984d9059a9cd405b18815f5e7669fbd0b0fa555.tar.gz uhd-a984d9059a9cd405b18815f5e7669fbd0b0fa555.tar.bz2 uhd-a984d9059a9cd405b18815f5e7669fbd0b0fa555.zip |
b100: tweaks to get dsp branch working
Diffstat (limited to 'host/lib/usrp/b100/b100_impl.hpp')
-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 9d4314694..2cea57eb5 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -37,7 +37,7 @@ static const std::string B100_FW_FILE_NAME = "usrp_b100_fw.bin"; static const std::string B100_FPGA_FILE_NAME = "usrp_b100_fpga.bin"; static const boost::uint16_t B100_FW_COMPAT_NUM = 0x02; -static const boost::uint16_t B100_FPGA_COMPAT_NUM = 0x04; +static const boost::uint16_t B100_FPGA_COMPAT_NUM = 0x05; static const size_t B100_NUM_RX_DSPS = 2; static const size_t B100_NUM_TX_DSPS = 1; static const boost::uint32_t B100_DSP_SID_BASE = 2; //leave room for other dsp (increments by 1) |