diff options
| author | hathach <[email protected]> | 2018-11-14 16:40:07 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-14 16:40:07 +0700 |
| commit | ff26c5c6b13b1ae1dc306ed8baeabb18c2b95ac7 (patch) | |
| tree | 1684fae679a4ee7ba8559e26f4bfe442114a9cb0 /src/device/usbd.c | |
| parent | 10bf41f718ea867a3621e11b4c49e72605bbcc89 (diff) | |
clean up
Diffstat (limited to 'src/device/usbd.c')
| -rw-r--r-- | src/device/usbd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/device/usbd.c b/src/device/usbd.c index 4a9b13a25..ed4c565e6 100644 --- a/src/device/usbd.c +++ b/src/device/usbd.c @@ -475,7 +475,6 @@ void dcd_event_xfer_complete (uint8_t rhport, uint8_t ep_addr, uint32_t xferred_ //--------------------------------------------------------------------+
// Helper
//--------------------------------------------------------------------+
-
tusb_error_t usbd_open_edpt_pair(uint8_t rhport, tusb_desc_endpoint_t const* p_desc_ep, uint8_t xfer_type, uint8_t* ep_out, uint8_t* ep_in)
{
for(int i=0; i<2; i++)
|
