diff options
| author | hathach <[email protected]> | 2013-09-22 23:54:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-09-22 23:54:44 +0700 |
| commit | a8a10e86502617313ced924691a014d94bd54c82 (patch) | |
| tree | 7fba4baf6d2b158b5f0dbb5d4465bf55e1d0c23a /tinyusb/host | |
| parent | cc91a73cdc8c6f46adfcae38e4c36d819a49ab01 (diff) | |
added read capacity 10 with hacking code
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 |
