fix the bug of tos shell

This commit is contained in:
mculover666
2021-09-25 12:10:35 +08:00
parent 2540b9fc41
commit d285144a8f
10 changed files with 2863 additions and 30 deletions

View File

@@ -33,6 +33,8 @@ typedef struct shell_command_set_st {
const shell_cmd_t *const commands;
} shell_cmd_set_t;
__KNL__ int cmd_help(int argc, char *argv[]);
__KNL__ int shell_cmd_set_regiser(const shell_cmd_set_t *cmd_set);
__KNL__ int shell_cmd_set_unregiser(const shell_cmd_set_t *cmd_set);