Browse Source

[finsh]更正注释

unknown 2 years ago
parent
commit
582adfb211
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/finsh/msh_parse.c

+ 1 - 1
components/finsh/msh_parse.c

@@ -79,7 +79,7 @@ rt_bool_t msh_ishex(char *strvalue)
  *
  * @param strvalue string
  *
- * @return true or false
+ * @return integer transformed from string
  */
 int msh_strtohex(char *strvalue)
 {