aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1/usrp1_impl.cpp
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2010-09-23 18:56:15 -0700
committerJosh Blum <josh@joshknows.com>2010-09-23 18:56:15 -0700
commit5d6d25b49cc783ef012410064bc9eb0e66e50227 (patch)
treecde46dbfc84917477d93d07440f59d7537b57e71 /host/lib/usrp/usrp1/usrp1_impl.cpp
parent5fc96b27b9493506bd7ad60eb37f98f651de6545 (diff)
parent188162a4dd59b47cf95d4be82e510faf9675a55d (diff)
downloaduhd-5d6d25b49cc783ef012410064bc9eb0e66e50227.tar.gz
uhd-5d6d25b49cc783ef012410064bc9eb0e66e50227.tar.bz2
uhd-5d6d25b49cc783ef012410064bc9eb0e66e50227.zip
Merge branch 'libusb_win'
Diffstat (limited to 'host/lib/usrp/usrp1/usrp1_impl.cpp')
-rw-r--r--host/lib/usrp/usrp1/usrp1_impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/usrp/usrp1/usrp1_impl.cpp b/host/lib/usrp/usrp1/usrp1_impl.cpp
index a6806dbc3..627180b11 100644
--- a/host/lib/usrp/usrp1/usrp1_impl.cpp
+++ b/host/lib/usrp/usrp1/usrp1_impl.cpp
@@ -62,7 +62,7 @@ static device_addrs_t usrp1_find(const device_addr_t &hint)
hint.has_key("fw")? hint["fw"] : "usrp1_fw.ihx"
);
}
- catch(const std::exception &e){
+ catch(...){
uhd::print_warning(
"Could not locate USRP1 firmware.\n"
"Please install the images package.\n"