mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 00:30:36 +08:00
land_detector: shut up if started correctly
This commit is contained in:
@@ -196,6 +196,7 @@ int land_detector_main(int argc, char *argv[])
|
||||
warnx("land_detector start failed");
|
||||
return 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
if (!strcmp(argv[1], "stop")) {
|
||||
|
||||
Reference in New Issue
Block a user