Commit 14bf7b81 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

clean help

parent 5730641a
Pipeline #3826 passed with stages
in 119 minutes and 50 seconds
...@@ -104,7 +104,7 @@ int cmd_help(char *params) ...@@ -104,7 +104,7 @@ int cmd_help(char *params)
if (params && !strncmp(params, "fantray", strlen("fantray"))) { if (params && !strncmp(params, "fantray", strlen("fantray"))) {
/* Print fantray's help if requested */ /* Print fantray's help if requested */
entry = commands_list_fantray; entry = commands_list_fantray;
} else if (params && !strncmp(params, "fantray", strlen("fantray"))) { } else if (params && !strncmp(params, "gateware", strlen("gateware"))) {
/* Print gateware if requested */ /* Print gateware if requested */
entry = commands_list_fpga_device; entry = commands_list_fpga_device;
} else { } else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment