diff options
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/ehci/ehci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/ehci/ehci.h b/tinyusb/host/ehci/ehci.h index 8377af0e2..ec4b40302 100644 --- a/tinyusb/host/ehci/ehci.h +++ b/tinyusb/host/ehci/ehci.h @@ -78,7 +78,7 @@ // TODO allow user to configure #define EHCI_MAX_QHD 8 -#define EHCI_MAX_QTD 12 +#define EHCI_MAX_QTD 20 #define EHCI_MAX_ITD 4 #define EHCI_MAX_SITD 16 |
