diff options
| author | hathach <[email protected]> | 2018-12-11 01:02:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-11 01:03:15 +0700 |
| commit | 7c2056defbc9aff3f7aaba4763fd0630df9159bf (patch) | |
| tree | 51b05e9a3403cfe7aa89a93a95f126453c418afa /src/class/msc/msc_host.h | |
| parent | 7a626dbc8b7edcf3303deb100f713f12038fefbe (diff) | |
remove pipe handle in host msc
Diffstat (limited to 'src/class/msc/msc_host.h')
| -rw-r--r-- | src/class/msc/msc_host.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/class/msc/msc_host.h b/src/class/msc/msc_host.h index a77b494ed..968d221b4 100644 --- a/src/class/msc/msc_host.h +++ b/src/class/msc/msc_host.h @@ -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;
|
