remove pipe handle in host msc

This commit is contained in:
hathach
2018-12-11 01:02:11 +07:00
parent 7a626dbc8b
commit 7c2056defb
4 changed files with 26 additions and 37 deletions

View File

@@ -187,9 +187,8 @@ void tuh_msc_isr(uint8_t dev_addr, xfer_result_t event, uint32_t xferred_bytes);
//--------------------------------------------------------------------+
#ifdef _TINY_USB_SOURCE_FILE_
typedef struct {
pipe_handle_t bulk_in, bulk_out;
typedef struct
{
uint8_t itf_numr;
uint8_t ep_in;
uint8_t ep_out;