Fix the comment in finsh_set_prompt_mode

This commit is contained in:
褚仕成 2023-01-21 00:35:44 +08:00 committed by Man, Jianting (Meco)
parent a6502eea74
commit 634ac13c12
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{