diff options
| author | hathach <[email protected]> | 2021-10-01 22:20:50 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-10-01 22:53:14 +0700 |
| commit | 75ad0c7d310bf49b70e737d82b86b7ad4be1f167 (patch) | |
| tree | 40f066a350a74836ae05b7f45b5a142ae43090fb /src/device | |
| parent | fdd1e4fbf03726703cba701f9ea7d9541e9bab9e (diff) | |
clean up
Diffstat (limited to 'src/device')
| -rw-r--r-- | src/device/usbd_pvt.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/device/usbd_pvt.h b/src/device/usbd_pvt.h index f66429a02..7607b9895 100644 --- a/src/device/usbd_pvt.h +++ b/src/device/usbd_pvt.h @@ -43,10 +43,6 @@ typedef struct char const* name; #endif - // Minimum number of Interfaces for this driver to work. - // Only needed for driver use 2 or more interfaces without IAD - uint8_t itf_count_min; - void (* init ) (void); void (* reset ) (uint8_t rhport); uint16_t (* open ) (uint8_t rhport, tusb_desc_interface_t const * desc_intf, uint16_t max_len); |
