Skip to content

Commit f8ac813

Browse files
authored
Merge pull request #452 from westinpigott/patch-1
Enable multiple serial over usb for rp2040
2 parents 1798428 + 0a9c3fe commit f8ac813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arduino/ports/rp2040/tusb_config_rp2040.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ extern "C" {
8282
#define CFG_TUD_ENDPOINT0_SIZE 64
8383

8484
#ifndef CFG_TUD_CDC
85-
#define CFG_TUD_CDC 1
85+
#define CFG_TUD_CDC 2
8686
#endif
8787
#ifndef CFG_TUD_MSC
8888
#define CFG_TUD_MSC 1

0 commit comments

Comments
 (0)