Skip to content
Snippets Groups Projects
Commit 63024520 authored by Hamish Willee's avatar Hamish Willee Committed by Beat Küng
Browse files

Remove unwanted info option

parent f8c0849f
No related branches found
No related tags found
No related merge requests found
......@@ -183,7 +183,6 @@ $ leddar_one stop
PRINT_MODULE_USAGE_PARAM_INT('r', 25, 1, 25, "Sensor rotation - downward facing by default", true);
PRINT_MODULE_USAGE_COMMAND_DESCR("stop","Stop driver");
PRINT_MODULE_USAGE_COMMAND_DESCR("test","Test driver (basic functional tests)");
PRINT_MODULE_USAGE_COMMAND_DESCR("info","Print driver information");
}
......@@ -259,8 +258,6 @@ int leddar_one_main(int argc, char *argv[])
print_message(report);
} else if (!strcmp(verb, "info")) {
help();
} else {
help();
PX4_ERR("unrecognized command");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment