diff options
| author | hathach <[email protected]> | 2023-08-27 23:45:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-08-27 23:45:34 +0700 |
| commit | 502b1bdda62f0f207d9a51daf134574e455f3aa2 (patch) | |
| tree | f93c491346f05d14c841035e511186bae531a13b /src/host/usbh.c | |
| parent | cd7464a8847db5efa14f568bdf8746d898fc7eb4 (diff) | |
more update to transaction
Diffstat (limited to 'src/host/usbh.c')
| -rw-r--r-- | src/host/usbh.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/usbh.c b/src/host/usbh.c index 7a09f5b6e..12a7f5839 100644 --- a/src/host/usbh.c +++ b/src/host/usbh.c @@ -919,6 +919,7 @@ TU_ATTR_FAST_FUNC void hcd_event_handler(hcd_event_t const* event, bool in_isr) switch (event->event_id) { // case HCD_EVENT_DEVICE_REMOVE: +// // FIXME device remove from a hub need an HCD API for hcd to free up endpoint // // mark device as removing to prevent further xfer before the event is processed in usbh task // break; |
