We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef69da0 commit dc74e63Copy full SHA for dc74e63
src/host/hub.c
@@ -45,8 +45,8 @@ typedef struct
45
uint8_t itf_num;
46
uint8_t ep_in;
47
uint8_t port_count;
48
- uint8_t status_change; // data from status change interrupt endpoint
49
+ CFG_TUH_MEM_ALIGN uint8_t status_change;
50
CFG_TUH_MEM_ALIGN hub_port_status_response_t port_status;
51
CFG_TUH_MEM_ALIGN hub_status_response_t hub_status;
52
} hub_interface_t;
0 commit comments