shell: kconfig: Remove unused SHELL_MAX_LOG_MSG_BUFFERED symbol
Unused since commit 08f0d93cbb
("shell: Improve handling of log
messages").
Discovered with a script.
Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
a3db0e98c9
commit
8ef64e09c9
1 changed files with 0 additions and 7 deletions
|
@ -114,13 +114,6 @@ config SHELL_HISTORY_BUFFER
|
||||||
|
|
||||||
endif #SHELL_HISTORY
|
endif #SHELL_HISTORY
|
||||||
|
|
||||||
config SHELL_MAX_LOG_MSG_BUFFERED
|
|
||||||
int "Maximal number of log messages in FIFO"
|
|
||||||
default 8
|
|
||||||
help
|
|
||||||
When amount of buffered log messages exceeds this threshold oldest
|
|
||||||
messages are discarded.
|
|
||||||
|
|
||||||
config SHELL_STATS
|
config SHELL_STATS
|
||||||
bool "Enable shell statistics"
|
bool "Enable shell statistics"
|
||||||
default y
|
default y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue