Skip to content

Commit

Permalink
Enable multiple serial over usb for rp2040
Browse files Browse the repository at this point in the history
  • Loading branch information
westinpigott authored Sep 3, 2024
1 parent 446e0af commit 0a9c3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arduino/ports/rp2040/tusb_config_rp2040.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ extern "C" {
#define CFG_TUD_ENDPOINT0_SIZE 64

#ifndef CFG_TUD_CDC
#define CFG_TUD_CDC 1
#define CFG_TUD_CDC 2
#endif
#ifndef CFG_TUD_MSC
#define CFG_TUD_MSC 1
Expand Down

0 comments on commit 0a9c3fe

Please sign in to comment.