position_estimator_inav: add missing return

This commit is contained in:
Beat Küng 2018-06-04 14:33:09 +02:00 committed by Lorenz Meier
parent ad587def24
commit 2de6192f66

View File

@ -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")) {