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:
parent
5989d8cb26
commit
8a529163fc
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue