diff options
| author | hathach <[email protected]> | 2020-10-12 00:35:38 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-10-12 00:35:45 +0700 |
| commit | 87b989e8b4b497713cc4b88103dc6dfadc43e149 (patch) | |
| tree | 2435c82f8618bf47c8aa34fae457a674603fdfa9 /src/device/dcd.h | |
| parent | b5d4c8185d81b8d7f59625ad19e43f80fe309e29 (diff) | |
add usbh_edpt_claim/release
implement USBH_EVENT_FUNC_CALL
Diffstat (limited to 'src/device/dcd.h')
| -rw-r--r-- | src/device/dcd.h | 2 |
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; |
