summaryrefslogtreecommitdiff
path: root/src/device/dcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-11-14 16:31:28 +0700
committerhathach <[email protected]>2018-11-14 16:31:28 +0700
commit10bf41f718ea867a3621e11b4c49e72605bbcc89 (patch)
tree788f3613c3a2c0ec500dda16fcb7ae5ed2062513 /src/device/dcd.h
parent5732be224c69c35efdc44f250e83e42cf52e2526 (diff)
change osal_queue_receive() signature
- fix build issue with freertos
Diffstat (limited to 'src/device/dcd.h')
-rw-r--r--src/device/dcd.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h
index 0c976edec..ff836f405 100644
--- a/src/device/dcd.h
+++ b/src/device/dcd.h
@@ -125,8 +125,6 @@ void dcd_event_xfer_complete (uint8_t rhport, uint8_t ep_addr, uint32_t xferred_
/*------------------------------------------------------------------*/
/* Endpoint API
*------------------------------------------------------------------*/
-
-//------------- Non-control Endpoints -------------//
bool dcd_edpt_open (uint8_t rhport, tusb_desc_endpoint_t const * p_endpoint_desc);
bool dcd_edpt_xfer (uint8_t rhport, uint8_t ep_addr, uint8_t * buffer, uint16_t total_bytes);
bool dcd_edpt_busy (uint8_t rhport, uint8_t ep_addr);