diff options
author | Josh Blum <josh@joshknows.com> | 2011-01-27 00:40:18 +0000 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-01-27 00:40:18 +0000 |
commit | c8eed953d74186049ba94432334771724d1a8070 (patch) | |
tree | 9057f709cea0afef53fa643e9313a96e3be9d6cc /host/usrp_e_utils/usrp-e-utility.cpp | |
parent | 5b4d90582d827d7ba2483d7916b2f0400a5bd9fa (diff) | |
download | uhd-c8eed953d74186049ba94432334771724d1a8070.tar.gz uhd-c8eed953d74186049ba94432334771724d1a8070.tar.bz2 uhd-c8eed953d74186049ba94432334771724d1a8070.zip |
usrp-e100: reverted clockgen config + tweaks, its working
Diffstat (limited to 'host/usrp_e_utils/usrp-e-utility.cpp')
-rw-r--r-- | host/usrp_e_utils/usrp-e-utility.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/usrp_e_utils/usrp-e-utility.cpp b/host/usrp_e_utils/usrp-e-utility.cpp index 4b4fc0178..b926cf49d 100644 --- a/host/usrp_e_utils/usrp-e-utility.cpp +++ b/host/usrp_e_utils/usrp-e-utility.cpp @@ -57,7 +57,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ } if (vm.count("reclk") != 0){ - std::cout << "USRP-E Utility running the clock recovery..." << std::endl << std::endl; + std::cout << "USRP-E Utility running the clock recovery..." << std::flush; //if an image was not loaded or specified, we load pass-through if (fpga_path.empty()) throw std::runtime_error( "Please specify the path to the pass-though FPGA image for your device.\n" |