diff options
Diffstat (limited to 'host/apps/usrp2_burner.cpp')
-rw-r--r-- | host/apps/usrp2_burner.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/host/apps/usrp2_burner.cpp b/host/apps/usrp2_burner.cpp index 08ec8daf9..941e71d0c 100644 --- a/host/apps/usrp2_burner.cpp +++ b/host/apps/usrp2_burner.cpp @@ -79,5 +79,6 @@ int main(int argc, char *argv[]){ std::cout << " Done" << std::endl; } + std::cout << "Power-cycle the usrp2 for the changes to take effect." << std::endl; return 0; } |