-
Beta Was this translation helpful? Give feedback.
Answered by
hathach
Jul 12, 2021
Replies: 1 comment 2 replies
-
number of endpoints is default to 9, RPI has up to 16, just add this line to tusb_config.h . I make a better default later on. #define CFG_TUD_EP_MAX 16 |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
hathach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
number of endpoints is default to 9, RPI has up to 16, just add this line to tusb_config.h . I make a better default later on.