logging: Increase dummy shell buffer size to 400 bytes for LOG_PRINTK
If LOG_PRINTK is used then the buffer size needs to be larger to account for the additional header/footer output from the shell. Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
3a6e769070
commit
b635b55ef0
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ config SHELL_PROMPT_DUMMY
|
|||
|
||||
config SHELL_BACKEND_DUMMY_BUF_SIZE
|
||||
int "Size of dummy buffer size"
|
||||
default 400 if LOG_PRINTK
|
||||
default 300
|
||||
help
|
||||
This is size of output buffer that will be used by dummy backend, this limits number of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue