summaryrefslogtreecommitdiff
path: root/tinyusb/tusb_dcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-03-23 11:53:49 +0700
committerhathach <[email protected]>2018-03-23 11:56:52 +0700
commit98d6ec1ef540b431c249dc5e01d3311c83c4cd54 (patch)
treead0a3335a0cca8efcee57cc241c4caa59506b498 /tinyusb/tusb_dcd.h
parent16aa3eb4370019214535ce480e0490652fdd3b17 (diff)
remove DCD API dependency tusb_dcd_edpt_queue_xfer
improve MSC driver
Diffstat (limited to 'tinyusb/tusb_dcd.h')
-rw-r--r--tinyusb/tusb_dcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/tusb_dcd.h b/tinyusb/tusb_dcd.h
index 00e76473f..07c2d5d81 100644
--- a/tinyusb/tusb_dcd.h
+++ b/tinyusb/tusb_dcd.h
@@ -90,7 +90,6 @@ bool tusb_dcd_control_xfer (uint8_t port, tusb_dir_t dir, uint8_t * buffer,
//------------- Other Endpoints -------------//
bool tusb_dcd_edpt_open (uint8_t port, tusb_descriptor_endpoint_t const * p_endpoint_desc);
bool tusb_dcd_edpt_xfer (uint8_t port, uint8_t ep_addr, uint8_t * buffer, uint16_t total_bytes);
-bool tusb_dcd_edpt_queue_xfer (uint8_t port, uint8_t ep_addr, uint8_t * buffer, uint16_t total_bytes); // only queue, not transferring yet
bool tusb_dcd_edpt_busy (uint8_t port, uint8_t ep_addr);
void tusb_dcd_edpt_stall (uint8_t port, uint8_t ep_addr);