mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 06:30:36 +08:00
systemcmds: the mixer shuts up now
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user