diff options
author | mattprost <matt.prost@ni.com> | 2021-06-25 10:26:37 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-25 13:57:30 -0500 |
commit | a8fe73016f5d91f66036307aa90e670315c9ec96 (patch) | |
tree | ade0c74b5d87728ce8cdba6dd8c2d0a350282c1b /host | |
parent | d5c2750e3e7c7ef018b42f758df8e105e29db9bb (diff) | |
download | uhd-a8fe73016f5d91f66036307aa90e670315c9ec96.tar.gz uhd-a8fe73016f5d91f66036307aa90e670315c9ec96.tar.bz2 uhd-a8fe73016f5d91f66036307aa90e670315c9ec96.zip |
x3xx: Fix x3xx fpga image name
Diffstat (limited to 'host')
-rw-r--r-- | host/lib/usrp/x300/x300_image_loader.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/x300/x300_image_loader.cpp b/host/lib/usrp/x300/x300_image_loader.cpp index d3e7c89c1..a6ebbe800 100644 --- a/host/lib/usrp/x300/x300_image_loader.cpp +++ b/host/lib/usrp/x300/x300_image_loader.cpp @@ -242,7 +242,7 @@ static void x300_setup_session(x300_session_t& session, "Found a device but could not auto-generate an image filename."); } else { session.filepath = - find_image_path("usrp" + sanitized_product_name + + find_image_path("usrp_" + sanitized_product_name + "_fpga_" + session.fpga_type + ".bit"); } } else { |