change usbh queue to generic event queue

This commit is contained in:
hathach
2018-12-06 23:45:24 +07:00
parent ac829c0a87
commit 2fe9abe71f
3 changed files with 46 additions and 29 deletions

View File

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