Skip to content

Commit ee71dfb

Browse files
anhmolteivindj-nordic
authored andcommitted
logging: backends: LOG_PRINTK override no longer needed
This override is no longer needed. By ensuring that the application ends up in a main loop where LOG_PROCESS() is called, there is no value in this. Signed-off-by: Andreas Moltumyr <[email protected]>
1 parent ae89290 commit ee71dfb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

subsys/logging/backends/Kconfig.bm_uarte

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ if LOG_BACKEND_BM_UARTE
1616
config LOG_BACKEND_UART
1717
default n
1818

19-
# This is required to output printk immediately when we have the console.
20-
# If not, we wait on log_process, which can be problematic if we add a print right before exiting the
21-
# application.
22-
config LOG_PRINTK
23-
default n if CONSOLE
24-
2519
# Disable deprecated symbol
2620
config DEPRECATED_UART_NRFX_UARTE_LEGACY_SHIM
2721
bool

0 commit comments

Comments
 (0)