diff options
author | Martin Braun <martin.braun@ettus.com> | 2014-08-01 18:11:52 +0200 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2014-08-01 18:11:52 +0200 |
commit | 605b470a873c600dec9c106f5b09b70a77960470 (patch) | |
tree | 174c8ad300fbaa4d1f45a08c0e85d6913bd35619 /host/utils/usrp_n2xx_simple_net_burner.cpp | |
parent | 0a0844cf35b90c68949ae4906cb2f7f7579fbaa4 (diff) | |
parent | 5fc3a5973f914714a15401f5732ebabbe20cc4d6 (diff) | |
download | uhd-605b470a873c600dec9c106f5b09b70a77960470.tar.gz uhd-605b470a873c600dec9c106f5b09b70a77960470.tar.bz2 uhd-605b470a873c600dec9c106f5b09b70a77960470.zip |
Merge branch 'maint'
Diffstat (limited to 'host/utils/usrp_n2xx_simple_net_burner.cpp')
-rw-r--r-- | host/utils/usrp_n2xx_simple_net_burner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_n2xx_simple_net_burner.cpp b/host/utils/usrp_n2xx_simple_net_burner.cpp index 571c73ac8..fe437a2e5 100644 --- a/host/utils/usrp_n2xx_simple_net_burner.cpp +++ b/host/utils/usrp_n2xx_simple_net_burner.cpp @@ -139,7 +139,7 @@ void sig_int_handler(int){ } else{ std::cout << std::endl << "Aborting. Your USRP-N Series unit will be bricked." << std::endl - << "Refer to http://files.ettus.com/uhd_docs/manual/html/usrp2.html#device-recovery-and-bricking" << std::endl + << "Refer to http://files.ettus.com/manual/page_usrp2.html#usrp2_loadflash_brick" << std::endl << "for details on restoring your device." << std::endl; exit(EXIT_FAILURE); } |