Skip to content

Commit

Permalink
[documentation][Finsh]fix the wrong comments for FINSH_USING_SYMTAB m…
Browse files Browse the repository at this point in the history
…acro in markdown files.
  • Loading branch information
GorrayLi committed Nov 27, 2024
1 parent 443ade4 commit eab0b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/basic/basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ Configuration is mainly done by modifying the file under project directory - rtc
/* While turning the system FinSH: define the number of historical command lines. */
#define FINSH_HISTORY_LINES 5

/* While turning the system FinSH: define this macro to open the Tab key, if not defined, close. */
/* While turning the system FinSH: define this macro to use symbol table in Finsh, if not defined, close. */
#define FINSH_USING_SYMTAB

/* While turning the system FinSH: define the priority of the thread. */
Expand Down
2 changes: 1 addition & 1 deletion documentation/finsh/finsh.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ The reference configuration example in rtconfig.h is as follows, and can be conf
/* Record 5 lines of history commands */
#define FINSH_HISTORY_LINES 5
/* Enable the use of the Tab key */
/* Enable the use of symbol table */
#define FINSH_USING_SYMTAB
/* Turn on description */
#define FINSH_USING_DESCRIPTION
Expand Down

0 comments on commit eab0b9d

Please sign in to comment.