Skip to content

Commit e5bc2db

Browse files
GorrayLimysterywolf
authored andcommitted
[documentation][Finsh]fix the wrong comments for FINSH_USING_SYMTAB macro in markdown files.
1 parent 443ade4 commit e5bc2db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

documentation/basic/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -669,7 +669,7 @@ Configuration is mainly done by modifying the file under project directory - rtc
669669
/* While turning the system FinSH: define the number of historical command lines. */
670670
#define FINSH_HISTORY_LINES 5
671671

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

675675
/* While turning the system FinSH: define the priority of the thread. */

documentation/finsh/finsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ The reference configuration example in rtconfig.h is as follows, and can be conf
421421
/* Record 5 lines of history commands */
422422
#define FINSH_HISTORY_LINES 5
423423
424-
/* Enable the use of the Tab key */
424+
/* Enable the use of symbol table */
425425
#define FINSH_USING_SYMTAB
426426
/* Turn on description */
427427
#define FINSH_USING_DESCRIPTION

0 commit comments

Comments
 (0)