mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
systemcmds: the mixer shuts up now
This commit is contained in:
parent
c5f14ef785
commit
7bdb3cc228
@ -80,8 +80,10 @@ mixer_main(int argc, char *argv[])
|
||||
warnx("failed to load mixer");
|
||||
return 1;
|
||||
}
|
||||
} else {
|
||||
usage("Unknown command");
|
||||
return 1;
|
||||
}
|
||||
usage("Unknown command");
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user