We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e78b078 commit c3313c1Copy full SHA for c3313c1
subsys/bluetooth/host/monitor.c
@@ -234,7 +234,7 @@ extern void __stdout_hook_install(int (*fn)(int));
234
#endif /* !CONFIG_UART_CONSOLE */
235
236
#if defined(CONFIG_HAS_DTS) && !defined(CONFIG_BT_MONITOR_ON_DEV_NAME)
237
-#define CONFIG_BT_MONITOR_ON_DEV_NAME CONFIG_UART_CONSOLE_ON_DEV_NAME
+#define CONFIG_BT_MONITOR_ON_DEV_NAME DT_LABEL(DT_CHOSEN(zephyr_console))
238
#endif
239
240
#ifndef CONFIG_LOG_MINIMAL
0 commit comments