fix the bug of tos shell

This commit is contained in:
iysheng
2022-04-15 15:45:44 +08:00
parent 45f6254c74
commit 28a3d252b3
5 changed files with 117 additions and 28 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);