diff options
-rw-r--r-- | host/utils/usrp_n2xx_simple_net_burner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/usrp_n2xx_simple_net_burner.cpp b/host/utils/usrp_n2xx_simple_net_burner.cpp index 9f5700d9b..c3ccba173 100644 --- a/host/utils/usrp_n2xx_simple_net_burner.cpp +++ b/host/utils/usrp_n2xx_simple_net_burner.cpp @@ -504,7 +504,7 @@ int UHD_SAFE_MAIN(int argc, char *argv[]){ } //Reset USRP N2XX - bool reset; + bool reset = false; if(auto_reboot) reset = true; else{ std::string user_response = "foo"; |