mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 11:20:35 +08:00
Proper return value on qshell help
This commit is contained in:
@@ -149,6 +149,7 @@ int QShell::run_cmd(const std::vector<std::string> &appargs)
|
||||
|
||||
if (command.compare("help") == 0) {
|
||||
list_builtins(apps);
|
||||
return 0;
|
||||
}
|
||||
|
||||
//replaces app.find with iterator code to avoid null pointer exception
|
||||
|
||||
Reference in New Issue
Block a user