summaryrefslogtreecommitdiff
path: root/src/device
diff options
context:
space:
mode:
Diffstat (limited to 'src/device')
-rw-r--r--src/device/usbd_pvt.h4
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);