diff options
| author | hathach <[email protected]> | 2024-11-26 13:25:36 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-11-26 13:38:03 +0700 |
| commit | a5f9947a206962c82c6d3728b763b033d94b408a (patch) | |
| tree | 09224fa28fd8fe091ae8231ddbd4b3186bb0e8d7 /src/host | |
| parent | be25aa31f6720e0efe96e8656f46adf0ccbbce50 (diff) | |
msc host work ok with p4 dma
Diffstat (limited to 'src/host')
| -rw-r--r-- | src/host/usbh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index f2683e235..4364efcf6 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -278,7 +278,7 @@ static struct { } _ctrl_xfer; typedef struct { - TUH_EPBUF_TYPE_DEF(request, tusb_control_request_t); + TUH_EPBUF_TYPE_DEF(tusb_control_request_t, request); TUH_EPBUF_DEF(ctrl, CFG_TUH_ENUMERATION_BUFSIZE); } usbh_epbuf_t; |
