Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion components/finsh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ if RT_USING_MSH

config FINSH_THREAD_PRIORITY
int "The priority level value of thread"
default 20
default 5 if RT_THREAD_PRIORITY_8
default 20 if RT_THREAD_PRIORITY_32
default 160 if RT_THREAD_PRIORITY_256

config FINSH_THREAD_STACK_SIZE
int "The stack size for thread"
Expand Down