logger: fix grammar/punctuation in rtt backend Kconfig
Fix some czenglish grammar issues. Signed-off-by: Pavel Kral <pavel.kral@omsquare.com>
This commit is contained in:
parent
89b355c916
commit
f19f217f08
1 changed files with 2 additions and 2 deletions
|
@ -313,11 +313,11 @@ choice
|
|||
default LOG_BACKEND_RTT_MODE_BLOCK
|
||||
|
||||
config LOG_BACKEND_RTT_MODE_DROP
|
||||
bool "Drop message that does not fits in up-buffer."
|
||||
bool "Drop messages that do not fit in up-buffer."
|
||||
help
|
||||
If there is not enough space in up-buffer for a message, drop it.
|
||||
Number of dropped messages will be logged.
|
||||
Increase up-buffer size helps to reduce dropping of messages
|
||||
Increase up-buffer size helps to reduce dropping of messages.
|
||||
|
||||
config LOG_BACKEND_RTT_MODE_BLOCK
|
||||
bool "Block until message is transferred to host."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue