From 19b3b8245ba7e805c2328f6597fc24ad998b9b8b Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Mon, 20 Jun 2011 18:01:00 -0700 Subject: usrp: created core controllers for i2c and spi on 100 series --- host/lib/usrp/b100/b100_impl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/b100/b100_impl.hpp') 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; -- cgit v1.2.3