diff options
Diffstat (limited to 'host/lib/usrp/fx2')
| -rw-r--r-- | host/lib/usrp/fx2/fx2_ctrl.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
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;      }  | 
