Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/arduino/ports/rp2040/tusb_config_rp2040.h
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,9 @@ extern "C" {
// max device support (excluding hub device): 1 hub typically has 4 ports
#define CFG_TUH_DEVICE_MAX (3 * CFG_TUH_HUB + 1)

// enable MIDI Host
#define CFG_TUH_MIDI (CFG_TUH_DEVICE_MAX)

// Enable tuh_edpt_xfer() API
// #define CFG_TUH_API_EDPT_XFER 1

Expand Down
Loading