瀏覽代碼

Fix the comment in finsh_set_prompt_mode

褚仕成 2 年之前
父節點
當前提交
634ac13c12
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/finsh/shell.c

+ 1 - 1
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.
  * 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)
 void finsh_set_prompt_mode(rt_uint32_t prompt_mode)
 {
 {