Skip to content

Commit ea8f287

Browse files
committed
Copy fix
1 parent 94a6bd0 commit ea8f287

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/components/usb_cdc_acm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ usb_cdc_acm:
2828
2929
- **usb_rx_buffer_size** (*Optional*, int): Size of the USB receive buffer in bytes. Range: 1-65535. Defaults to `256`.
3030
- **usb_tx_buffer_size** (*Optional*, int): Size of the USB transmit buffer in bytes. Range: 1-65535. Defaults to `256`.
31-
- **interfaces** (**Optional**, list): List of CDC-ACM interface instances to configure. Up to two are supported; at
32-
least one is required. Defaults to a single-item list which defines interface zero (`number: 0`) only.
31+
- **interfaces** (**Optional**, list): List of CDC-ACM interface instances. Up to two are supported; at least one is
32+
required. Defaults to a single-item list which defines a single interface only.
3333

3434
## Interface configuration variables
3535

0 commit comments

Comments
 (0)