Skip to content
Snippets Groups Projects
Commit 166f6e2e authored by Julian Oes's avatar Julian Oes Committed by Lorenz Meier
Browse files

posix sitl: bring the pxh back

parent 6ce5e1be
No related branches found
No related tags found
No related merge requests found
......@@ -132,10 +132,6 @@ static void run_cmd(const vector<string> &appargs, bool exit_on_fail)
cout << endl << "Invalid command: " << command << "\ntype 'help' for a list of commands" << endl;
}
if (exit_on_fail) {
print_prompt();
}
}
static void usage()
......@@ -318,6 +314,8 @@ int main(int argc, char **argv)
process_line(mystr, false);
mystr = "";
buf_ptr_read = buf_ptr_write;
print_prompt();
break;
case '\033': { // arrow keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment