mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
POSIX: Fix shell printing
This commit is contained in:
@@ -67,7 +67,9 @@ extern "C" {
|
||||
|
||||
static void print_prompt()
|
||||
{
|
||||
cout.flush();
|
||||
cout << "pxh> ";
|
||||
cout.flush();
|
||||
}
|
||||
|
||||
static void run_cmd(const vector<string> &appargs)
|
||||
|
||||
Reference in New Issue
Block a user