mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-01 02:55:07 +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;
|
arg[i] = (char *)0;
|
||||||
cout << "Running: " << command << "\n";
|
cout << "Running: " << command << "\n";
|
||||||
apps[command](i,(char **)arg);
|
apps[command](i,(char **)arg);
|
||||||
usleep(20000);
|
usleep(40000);
|
||||||
cout << "Returning: " << command << "\n";
|
cout << "Returning: " << command << "\n";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user