diff --git a/components/finsh/shell.c b/components/finsh/shell.c index 321cadd8f9..b55eb32316 100644 --- a/components/finsh/shell.c +++ b/components/finsh/shell.c @@ -137,7 +137,7 @@ rt_uint32_t finsh_get_prompt_mode(void) * * The parameter 0 disable prompt mode, other values enable prompt mode. * - * @param prompt the prompt mode + * @param prompt_mode the prompt mode */ void finsh_set_prompt_mode(rt_uint32_t prompt_mode) {