diff options
| author | hathach <[email protected]> | 2022-12-22 00:34:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-22 08:52:01 +0700 |
| commit | 8323e4b79a2052aee814ca8811e841bceb6a7a7d (patch) | |
| tree | a0a7ac448d2ff4ffcd88cffb83dc2628cd43f5e3 /src/host/usbh.c | |
| parent | 9e8ea44925e80abd7189ed7a673762527ee3adfd (diff) | |
moving edpt_stream API into common tusb.c
Diffstat (limited to 'src/host/usbh.c')
| -rw-r--r-- | src/host/usbh.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 36fc5fded..f0ca7be2e 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -30,7 +30,6 @@ #include "host/hcd.h" #include "tusb.h" -#include "common/tusb_private.h" #include "host/usbh_classdriver.h" #include "hub.h" |
