From 0159006c4f3ecc39ec2566e96502c423c2de2a8f Mon Sep 17 00:00:00 2001 From: Ben Hilburn Date: Tue, 10 Sep 2013 17:44:45 -0700 Subject: b200: firmware update changed for FPGA load work --- host/lib/usrp/b200/b200_iface.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/lib/usrp/b200/b200_iface.hpp') diff --git a/host/lib/usrp/b200/b200_iface.hpp b/host/lib/usrp/b200/b200_iface.hpp index 6eb20a459..1247d1f86 100644 --- a/host/lib/usrp/b200/b200_iface.hpp +++ b/host/lib/usrp/b200/b200_iface.hpp @@ -59,7 +59,7 @@ public: virtual void set_fpga_reset_pin(const bool reset) = 0; //! load an FPGA image - virtual void load_fpga(const std::string filestring) = 0; + virtual boost::uint32_t load_fpga(const std::string filestring) = 0; //! send SPI through the FX3 virtual void transact_spi( unsigned char *tx_data, size_t num_tx_bits, \ -- cgit v1.2.3