diff options
| author | Jan Dümpelmann <[email protected]> | 2020-11-18 11:12:06 +0100 |
|---|---|---|
| committer | Jan Dümpelmann <[email protected]> | 2020-11-18 11:12:06 +0100 |
| commit | 339b1a772350321d0f9d4f84e93c5360247e3f17 (patch) | |
| tree | f088d85dee194c8d2f332cbbec3e9f55cb830aec /src | |
| parent | 6a72cc5d483142a6d7120fb569a6a1225d8a04b0 (diff) | |
Remove dcd_edpt_xfer_abort from DCD header
Diffstat (limited to 'src')
| -rw-r--r-- | src/device/dcd.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 2c4bf4348..776f782b8 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -133,9 +133,6 @@ void dcd_edpt_close (uint8_t rhport, uint8_t ep_addr) TU_ATTR_WEAK; // Submit a transfer, When complete dcd_event_xfer_complete() is invoked to notify the stack bool dcd_edpt_xfer (uint8_t rhport, uint8_t ep_addr, uint8_t * buffer, uint16_t total_bytes); -// Abort a ongoing transfer -TU_ATTR_WEAK bool dcd_edpt_xfer_abort(uint8_t rhport, uint8_t ep_addr); - // Stall endpoint void dcd_edpt_stall (uint8_t rhport, uint8_t ep_addr); |
