File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments