change usbh queue to generic event queue
This commit is contained in:
@@ -55,13 +55,6 @@
|
||||
//--------------------------------------------------------------------+
|
||||
// USBH-HCD common data structure
|
||||
//--------------------------------------------------------------------+
|
||||
typedef struct ATTR_ALIGNED(4){
|
||||
uint8_t core_id;
|
||||
uint8_t hub_addr;
|
||||
uint8_t hub_port;
|
||||
uint8_t reserve;
|
||||
} usbh_enumerate_t;
|
||||
|
||||
typedef struct {
|
||||
//------------- port -------------//
|
||||
uint8_t core_id;
|
||||
|
||||
Reference in New Issue
Block a user