aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils/b2xx_fx3_utils.cpp
diff options
context:
space:
mode:
authorBen Hilburn <ben.hilburn@ettus.com>2014-05-22 12:29:20 -0700
committerBen Hilburn <ben.hilburn@ettus.com>2014-05-22 12:29:20 -0700
commit482a4eaffd146de789dfc59052a4c3cb5b51938a (patch)
tree138a997cd1ebc44eb95f04a2f1716487dad52b98 /host/utils/b2xx_fx3_utils.cpp
parent054a752bb25f9e17c1269b28ad2a95865c0d63a2 (diff)
parentf2fbcfa30edd32e134a23a1e18079f3e354709f1 (diff)
downloaduhd-482a4eaffd146de789dfc59052a4c3cb5b51938a.tar.gz
uhd-482a4eaffd146de789dfc59052a4c3cb5b51938a.tar.bz2
uhd-482a4eaffd146de789dfc59052a4c3cb5b51938a.zip
Further changes to bit-specific types for building on older OSes.
Diffstat (limited to 'host/utils/b2xx_fx3_utils.cpp')
-rw-r--r--host/utils/b2xx_fx3_utils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/b2xx_fx3_utils.cpp b/host/utils/b2xx_fx3_utils.cpp
index d5f829c80..0d0eaa743 100644
--- a/host/utils/b2xx_fx3_utils.cpp
+++ b/host/utils/b2xx_fx3_utils.cpp
@@ -535,7 +535,7 @@ boost::int32_t main(boost::int32_t argc, char *argv[]) {
} else if (vm.count("load-fpga")) {
std::cout << "Loading FPGA image (" << fpga_file << ")" << std::endl;
- uint32_t fx3_state;
+ boost::uint32_t fx3_state;
try {fx3_state = b200->load_fpga(fpga_file);} // returns 0 on success, or FX3 state on error
catch (uhd::exception &e) {
std::cerr << "Exception while loading FPGA: " << e.what() << std::endl;