diff options
| author | hathach <[email protected]> | 2020-11-20 17:21:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-11-20 17:21:01 +0700 |
| commit | e4144d8b47b438ff57a09c54de49e7e6c68d9343 (patch) | |
| tree | 699295b00d1169fae133fc867cc3c58b0b23def6 /src/device | |
| parent | cebb375eac0d560b53341012aa69ae2a54f4fbaf (diff) | |
remove control_complete
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd_pvt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd_pvt.h b/src/device/usbd_pvt.h index 57331041b..212c3a202 100644 --- a/src/device/usbd_pvt.h +++ b/src/device/usbd_pvt.h @@ -47,7 +47,6 @@ typedef struct void (* reset ) (uint8_t rhport); uint16_t (* open ) (uint8_t rhport, tusb_desc_interface_t const * desc_intf, uint16_t max_len); bool (* control_xfer_cb ) (uint8_t rhport, uint8_t stage, tusb_control_request_t const * request); - bool (* control_complete ) (uint8_t rhport, tusb_control_request_t const * request); bool (* xfer_cb ) (uint8_t rhport, uint8_t ep_addr, xfer_result_t event, uint32_t xferred_bytes); void (* sof ) (uint8_t rhport); /* optional */ } usbd_class_driver_t; |
