Skip to content

Commit 5faf18e

Browse files
authored
Update Kconfig.projbuild
1 parent 873cf88 commit 5faf18e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/arduino_tinyusb/Kconfig.projbuild

+8
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,14 @@ menu "Arduino TinyUSB"
4242
help
4343
CDC FIFO size of TX
4444

45+
config TINYUSB_CDC_MAX_PORTS
46+
int "Maximum enabled CDC ports"
47+
range 1 2
48+
default 1
49+
depends on TINYUSB_CDC_ENABLED
50+
help
51+
Maximum enabled CDC ports
52+
4553
endmenu
4654

4755
menu "Mass Storage (MSC) driver"

0 commit comments

Comments
 (0)