From 8a529163fcabf7e63aa79e2116b96763039cfdca Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Fri, 11 Dec 2020 10:46:03 +0000 Subject: [PATCH] docs(logging): remove CONFIG_USB_UART_DTR_WAIT This configuration option was removed in Zephyr v2.4.0. See: zephyrproject-rtos/zephyr#27427 PR: #467 --- docs/docs/development/usb-logging.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/development/usb-logging.md b/docs/docs/development/usb-logging.md index 6e4e2bef..420b98d1 100644 --- a/docs/docs/development/usb-logging.md +++ b/docs/docs/development/usb-logging.md @@ -53,7 +53,6 @@ CONFIG_UART_LINE_CTRL=y CONFIG_UART_CONSOLE=y CONFIG_USB_UART_CONSOLE=y CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" -CONFIG_USB_UART_DTR_WAIT=n ``` ## Viewing Logs