From 634ac13c125f459cf6a8ebc0f2816bc4b79f623f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A4=9A=E4=BB=95=E6=88=90?= <1468559561@qq.com> Date: Sat, 21 Jan 2023 00:35:44 +0800 Subject: [PATCH] Fix the comment in finsh_set_prompt_mode --- components/finsh/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {