From f4dc4bf74e65d185ef76e48d3cb172bf0a66f24a Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Thu, 30 Jun 2011 10:14:14 -0700 Subject: b100: some tweaks (unresolved streaming issues ATM) --- host/lib/usrp/fx2/fx2_ctrl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'host/lib/usrp/fx2') diff --git a/host/lib/usrp/fx2/fx2_ctrl.cpp b/host/lib/usrp/fx2/fx2_ctrl.cpp index 5b2f100c6..66a03f131 100644 --- a/host/lib/usrp/fx2/fx2_ctrl.cpp +++ b/host/lib/usrp/fx2/fx2_ctrl.cpp @@ -262,6 +262,7 @@ public: void usrp_load_eeprom(std::string filestring) { + if (load_img_msg) UHD_MSG(status) << "Loading EEPROM image: " << filestring << "..." << std::flush; const char *filename = filestring.c_str(); const boost::uint16_t i2c_addr = 0x50; @@ -299,6 +300,7 @@ public: boost::this_thread::sleep(boost::posix_time::milliseconds(100)); } file.close(); + if (load_img_msg) UHD_MSG(status) << " done" << std::endl; } -- cgit v1.2.3