diff options
| author | Roland <[email protected]> | 2022-02-01 23:49:20 +0100 |
|---|---|---|
| committer | Roland <[email protected]> | 2022-02-01 23:49:20 +0100 |
| commit | 7beb92864eed38ed9d8e3d2e6e1ad7323ca861e5 (patch) | |
| tree | 824d9b18356919520cf5526bcc6411d08f2a32cf /src | |
| parent | e1f0c484c628fd9f2b66ef517a2fda9ace75dce0 (diff) | |
| parent | c6cde724f617c73b827e7b2a1229e21aefc78ff3 (diff) | |
Merge branch 'CCRX_Ext' of https://github.com/Wini-Buh/tinyusb into CCRX_Ext
Diffstat (limited to 'src')
| -rw-r--r-- | src/portable/ohci/ohci.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable/ohci/ohci.h b/src/portable/ohci/ohci.h index cd90aa45a..8db097b06 100644 --- a/src/portable/ohci/ohci.h +++ b/src/portable/ohci/ohci.h @@ -159,7 +159,7 @@ typedef struct TU_ATTR_ALIGNED(256) struct { ohci_ed_t ed; ohci_gtd_t gtd; - }control[CFG_TUH_DEVICE_MAX+1]; + }control[CFG_TUH_DEVICE_MAX+CFG_TUH_HUB+1]; // ochi_itd_t itd[OHCI_MAX_ITD]; // itd requires alignment of 32 ohci_ed_t ed_pool[HCD_MAX_ENDPOINT]; |
