Skip to content

Commit

Permalink
host: Refer to UmTRX instead of USRP-N in an error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
chemeris committed Jul 27, 2017
1 parent a4afe97 commit 88df605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion host/umtrx_iface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ class umtrx_iface_impl : public umtrx_iface{
if(len >= sizeof(boost::uint32_t) and (hi < compat or lo > compat)){
throw uhd::runtime_error(str(boost::format(
"\nPlease update the firmware and FPGA images for your device.\n"
"See the application notes for USRP2/N-Series for instructions.\n"
"See the application notes for UmTRX for instructions.\n"
"Expected protocol compatibility number %s, but got %d:\n"
"The firmware build is not compatible with the host code build."
) % ((lo == hi)? (boost::format("%d") % hi) : (boost::format("[%d to %d]") % lo % hi)) % compat));
Expand Down

0 comments on commit 88df605

Please sign in to comment.