summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-06-10 22:29:18 +0700
committerhathach <[email protected]>2019-06-10 22:29:18 +0700
commit73d7ab201e46e1eca9a190e65f96db7158805a65 (patch)
tree8a6b18fed5d0db2a0098c6c1643e00d0f3b3d6b3 /src/device
parent7156bfb54d5e9e13c8574b2384a47bd5554798a9 (diff)
remove dcd_edpt_busy()
Diffstat (limited to 'src/device')
-rw-r--r--src/device/dcd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 0ed4a77d9..168eb181c 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -110,9 +110,6 @@ bool dcd_edpt_open (uint8_t rhport, tusb_desc_endpoint_t const * p_endpoi
// 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);
-// Check if endpoint transferring is complete (TODO remove)
-bool dcd_edpt_busy (uint8_t rhport, uint8_t ep_addr);
-
// Stall endpoint
void dcd_edpt_stall (uint8_t rhport, uint8_t ep_addr);