logging: Fix forcing printk processing with RTT
Printk should be processed by the logger if RTT logger backend is used and RTT console. It is not necessary if console has different transport. Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
353fc8aac7
commit
e0dcf56567
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ endif # LOG_BACKEND_RTT_BUFFER
|
|||
# interrupted by an interrupt.
|
||||
config LOG_BACKEND_RTT_FORCE_PRINTK
|
||||
bool
|
||||
default y if LOG_BACKEND_RTT_BUFFER = 0
|
||||
default y if LOG_BACKEND_RTT_BUFFER = 0 && RTT_CONSOLE
|
||||
select LOG_PRINTK
|
||||
|
||||
endif # LOG_BACKEND_RTT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue