mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +08:00
Posix main: Only delay app startup 50 ms
This commit is contained in:
@@ -70,7 +70,7 @@ static void run_cmd(const vector<string> &appargs) {
|
|||||||
cout << "Running: " << command << "\n";
|
cout << "Running: " << command << "\n";
|
||||||
apps[command](i,(char **)arg);
|
apps[command](i,(char **)arg);
|
||||||
// XXX hack to prevent shell returning too fast
|
// XXX hack to prevent shell returning too fast
|
||||||
usleep(250000);
|
usleep(50000);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user