diff options
author | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-12-11 10:46:03 +0000 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-12-14 12:41:25 -0500 |
commit | 8a529163fcabf7e63aa79e2116b96763039cfdca (patch) | |
tree | 14c88070e67747d66cb3dbc383b8f8a5a5e030ca | |
parent | 5989d8cb2672a24143d4ce2dc945377d15ecd0cc (diff) |
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
-rw-r--r-- | docs/docs/development/usb-logging.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/docs/development/usb-logging.md b/docs/docs/development/usb-logging.md index 6e4e2be..420b98d 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 |