Merge pull request #1627 from atoktoto/midihost

RP2040 MIDI Host
This commit is contained in:
Ha Thach
2025-03-09 19:01:10 +07:00
committed by GitHub
30 changed files with 1415 additions and 169 deletions

View File

@@ -110,8 +110,7 @@
// only hub class is enabled
#define CFG_TUH_HUB 1
// max device support (excluding hub device)
// 1 hub typically has 4 ports
// max device support (excluding hub device): 1 hub typically has 4 ports
#define CFG_TUH_DEVICE_MAX (3*CFG_TUH_HUB + 1)
#ifdef __cplusplus