diff --git a/kernel/src/shell.cpp b/kernel/src/shell.cpp index 77b94b9f..c4c43a35 100644 --- a/kernel/src/shell.cpp +++ b/kernel/src/shell.cpp @@ -608,7 +608,7 @@ void shutdown_command(const std::vector&){ } //end of anonymous namespace void init_shell(){ -// wipeout(); + wipeout(); k_print("thor> ");