mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 18:47:21 +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";
|
||||
apps[command](i,(char **)arg);
|
||||
// XXX hack to prevent shell returning too fast
|
||||
usleep(250000);
|
||||
usleep(50000);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user