mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
position_estimator_inav: add missing return
This commit is contained in:
parent
ad587def24
commit
2de6192f66
@ -134,6 +134,7 @@ int position_estimator_inav_main(int argc, char *argv[])
|
||||
{
|
||||
if (argc < 2) {
|
||||
usage("missing command");
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (!strcmp(argv[1], "start")) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user