This commit is contained in:
hathach
2021-10-01 22:20:50 +07:00
parent fdd1e4fbf0
commit 75ad0c7d31
2 changed files with 5 additions and 8 deletions

View File

@@ -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);