aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_image_loader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/usrp/x300/x300_image_loader.cpp')
-rw-r--r--host/lib/usrp/x300/x300_image_loader.cpp9
1 files changed, 4 insertions, 5 deletions
diff --git a/host/lib/usrp/x300/x300_image_loader.cpp b/host/lib/usrp/x300/x300_image_loader.cpp
index a6ebbe800..7514d3901 100644
--- a/host/lib/usrp/x300/x300_image_loader.cpp
+++ b/host/lib/usrp/x300/x300_image_loader.cpp
@@ -241,13 +241,12 @@ static void x300_setup_session(x300_session_t& session,
throw uhd::runtime_error(
"Found a device but could not auto-generate an image filename.");
} else {
- session.filepath =
- find_image_path("usrp_" + sanitized_product_name +
- "_fpga_" + session.fpga_type + ".bit");
+ session.filepath = find_image_path(
+ "usrp_" + sanitized_product_name + "_fpga_" + session.fpga_type + ".bit");
}
} else {
session.fpga_type = "";
- session.filepath = filepath;
+ session.filepath = filepath;
}
/*
@@ -292,7 +291,7 @@ static UHD_INLINE bool x300_recv_ok(const x300_fpga_update_data_t* pkt_in, size_
{
return (len > 0
and ((ntohl(pkt_in->flags) & X300_FPGA_PROG_FLAGS_ERROR)
- != X300_FPGA_PROG_FLAGS_ERROR));
+ != X300_FPGA_PROG_FLAGS_ERROR));
}
// Image data needs to be bitswapped