diff options
| author | Ha Thach <[email protected]> | 2023-07-27 16:15:43 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-07-27 16:15:43 +0700 |
| commit | db59494b1b24f7dad26c5c66c85a195a2cf09466 (patch) | |
| tree | d939014f2cc66c4efe9b8041c1c49b0aa9a93735 /src/host | |
| parent | d9cc30291ff51fada4bf805dc9636b1aab63f20a (diff) | |
| parent | 5a29db2787fea0ff9fe236d2631b2dcbc94aea50 (diff) | |
Merge pull request #2179 from hathach/enhance-ehci
Enhance EHCI
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/hub.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hub.c b/src/host/hub.c index 182bd6ce8..16dd534d2 100644 --- a/src/host/hub.c +++ b/src/host/hub.c @@ -45,8 +45,8 @@ typedef struct uint8_t itf_num; uint8_t ep_in; uint8_t port_count; - uint8_t status_change; // data from status change interrupt endpoint + CFG_TUH_MEM_ALIGN uint8_t status_change; CFG_TUH_MEM_ALIGN hub_port_status_response_t port_status; CFG_TUH_MEM_ALIGN hub_status_response_t hub_status; } hub_interface_t; |
