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 ae588d7 commit c31b95cCopy full SHA for c31b95c
src/host/usbh.c
@@ -246,8 +246,8 @@ static uint8_t _usbh_ctrl_buf[CFG_TUH_ENUMERATION_BUFSIZE];
246
247
// Control transfer: since most controller does not support multiple control transfer
248
// on multiple devices concurrently. And control transfer is not used much except enumeration
249
-// We will only execute control transfer one at a time.
250
-struct
+// We will only execute control transfer one at a time.CFG_TUSB_MEM_SECTION TU_ATTR_ALIGNED(4096)
+CFG_TUSB_MEM_SECTION struct
251
{
252
tusb_control_request_t request TU_ATTR_ALIGNED(4);
253
uint8_t* buffer;
0 commit comments