|
@@ -26,9 +26,9 @@ config FINSH_USING_DESCRIPTION
|
|
|
bool "Keeping description in symbol table"
|
|
|
default y
|
|
|
|
|
|
-config FINSH_ECHO_MODE_DEFAULT
|
|
|
- bool "Enble the command echo mode or not in default"
|
|
|
- default y
|
|
|
+config FINSH_ECHO_DISABLE_DEFAULT
|
|
|
+ bool "Disable the command echo mode or not in default"
|
|
|
+ default n
|
|
|
|
|
|
config FINSH_THREAD_PRIORITY
|
|
|
int "The priority level value of finsh thread"
|