shell: Fix thread priority
Removed kconfig option for setting shell thread priority and fix it to K_LOWEST_APPLICATION_THREAD_PRIO. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
459ad673ba
commit
07e01cbb70
2 changed files with 1 additions and 8 deletions
|
@ -53,13 +53,6 @@ config SHELL_STACK_SIZE
|
|||
help
|
||||
Stack size for thread created for each instance.
|
||||
|
||||
config SHELL_THREAD_PRIO
|
||||
int "Shell thread priority"
|
||||
depends on MULTITHREADING
|
||||
default -2
|
||||
help
|
||||
Shell thread priority.
|
||||
|
||||
config SHELL_BACKSPACE_MODE_DELETE
|
||||
bool "Default escape code for backspace is DELETE (0x7F)"
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue