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
parent f4d6be1ff8
commit e63a08b44f

View file

@ -53,7 +53,6 @@ CONFIG_UART_LINE_CTRL=y
CONFIG_UART_CONSOLE=y CONFIG_UART_CONSOLE=y
CONFIG_USB_UART_CONSOLE=y CONFIG_USB_UART_CONSOLE=y
CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0" CONFIG_UART_CONSOLE_ON_DEV_NAME="CDC_ACM_0"
CONFIG_USB_UART_DTR_WAIT=n
``` ```
## Viewing Logs ## Viewing Logs