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
This commit is contained in:
innovaker 2020-12-11 10:46:03 +00:00 committed by Pete Johanson
parent 5989d8cb26
commit 8a529163fc
1 changed files with 0 additions and 1 deletions

View File

@ -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