mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 04:37:35 +08:00
POSIX: Increase app start spacing
This commit is contained in:
@@ -69,7 +69,7 @@ static void run_cmd(const vector<string> &appargs) {
|
||||
arg[i] = (char *)0;
|
||||
cout << "Running: " << command << "\n";
|
||||
apps[command](i,(char **)arg);
|
||||
usleep(20000);
|
||||
usleep(40000);
|
||||
cout << "Returning: " << command << "\n";
|
||||
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user