diff options
author | Josh Blum <josh@joshknows.com> | 2011-06-20 18:01:00 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-06-26 10:29:31 -0700 |
commit | 19b3b8245ba7e805c2328f6597fc24ad998b9b8b (patch) | |
tree | 47252d9730b13097fbcf7491f3e494d73ad05227 /host/lib/usrp/b100 | |
parent | c96649d5c0e1b2dc17738b6904238eed66a3b9f0 (diff) | |
download | uhd-19b3b8245ba7e805c2328f6597fc24ad998b9b8b.tar.gz uhd-19b3b8245ba7e805c2328f6597fc24ad998b9b8b.tar.bz2 uhd-19b3b8245ba7e805c2328f6597fc24ad998b9b8b.zip |
usrp: created core controllers for i2c and spi on 100 series
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 2cea57eb5..b2381ef65 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -34,7 +34,7 @@ #ifndef INCLUDED_B100_IMPL_HPP #define INCLUDED_B100_IMPL_HPP -static const std::string B100_FW_FILE_NAME = "usrp_b100_fw.bin"; +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 = 0x02; static const boost::uint16_t B100_FPGA_COMPAT_NUM = 0x05; |