summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2020-10-12 00:35:38 +0700
committerhathach <[email protected]>2020-10-12 00:35:45 +0700
commit87b989e8b4b497713cc4b88103dc6dfadc43e149 (patch)
tree2435c82f8618bf47c8aa34fae457a674603fdfa9 /src/device
parentb5d4c8185d81b8d7f59625ad19e43f80fe309e29 (diff)
add usbh_edpt_claim/release
implement USBH_EVENT_FUNC_CALL
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index a5c485f9e..b7e5a8da0 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -77,7 +77,7 @@ typedef struct TU_ATTR_ALIGNED(4)
uint32_t len;
}xfer_complete;
- // USBD_EVENT_FUNC_CALL
+ // FUNC_CALL
struct {
void (*func) (void*);
void* param;