aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200/b200_iface.hpp
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2013-09-10 17:44:45 -0700
committerJosh Blum <josh@joshknows.com>2013-09-10 17:44:45 -0700
commit0159006c4f3ecc39ec2566e96502c423c2de2a8f (patch)
treefd65164cfcd4edd6fd5a586a56114470f503a9ad /host/lib/usrp/b200/b200_iface.hpp
parent0184989a5f716d99435409279ce5cd1f78d98544 (diff)
downloaduhd-0159006c4f3ecc39ec2566e96502c423c2de2a8f.tar.gz
uhd-0159006c4f3ecc39ec2566e96502c423c2de2a8f.tar.bz2
uhd-0159006c4f3ecc39ec2566e96502c423c2de2a8f.zip
b200: firmware update changed for FPGA load work
Diffstat (limited to 'host/lib/usrp/b200/b200_iface.hpp')
-rw-r--r--host/lib/usrp/b200/b200_iface.hpp2
1 files changed, 1 insertions, 1 deletions
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, \