mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 03:49:12 +08:00
position_estimator_inav: add missing return
This commit is contained in:
@@ -134,6 +134,7 @@ int position_estimator_inav_main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
usage("missing command");
|
usage("missing command");
|
||||||
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!strcmp(argv[1], "start")) {
|
if (!strcmp(argv[1], "start")) {
|
||||||
|
|||||||
Reference in New Issue
Block a user